aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2012-09-03 12:10:40 +0000
committerGeorg-Johann Lay <gjl@gcc.gnu.org>2012-09-03 12:10:40 +0000
commita4cf6e468278c96222738657dbea85b9ccf2d76d (patch)
tree4930fb24a06eb2c50bb669e483001343e0de1218 /configure
parent98412b775be070bb8e7d56cd20df527a43bdb26e (diff)
downloadgcc-a4cf6e468278c96222738657dbea85b9ccf2d76d.zip
gcc-a4cf6e468278c96222738657dbea85b9ccf2d76d.tar.gz
gcc-a4cf6e468278c96222738657dbea85b9ccf2d76d.tar.bz2
configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
* configure.ac (noconfigdirs,target=avr): Add target-libquadmath. * configure: Regenerate. From-SVN: r190887
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 60e269e..dba9474 100755
--- a/configure
+++ b/configure
@@ -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*)