* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Sep 2012 12:10:40 +0000 (12:10 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 3 Sep 2012 12:10:40 +0000 (12:10 +0000)
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190887 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 6f7e4e5..a25b172 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 60e269e..dba9474 100755 (executable)
--- 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*)
index 27692b4..e3ae26d 100644 (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*)