configure.ac (noconfigdirs,target=avr): Add target-libquadmath.

* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
	* configure: Regenerate.

From-SVN: r190887
This commit is contained in:
Georg-Johann Lay 2012-09-03 12:10:40 +00:00 committed by Georg-Johann Lay
parent 98412b775b
commit a4cf6e4682
3 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-09-03 Georg-Johann Lay <avr@gjlay.de>
* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
* configure: Regenerate.
2012-08-27 Ulrich Drepper <drepper@gmail.com>
* MAINTAINERS: Fix my email address.

7
configure vendored
View File

@ -3153,6 +3153,13 @@ case "${target}" in
;;
esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems.
case "${target}" in
*-*-vxworks*)

View File

@ -544,6 +544,13 @@ case "${target}" in
;;
esac
# Disable libquadmath for some systems.
case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libquadmath"
;;
esac
# Disable libstdc++-v3 for some systems.
case "${target}" in
*-*-vxworks*)