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:
parent
98412b775b
commit
a4cf6e4682
@ -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
7
configure
vendored
@ -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*)
|
||||
|
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user