From a4cf6e468278c96222738657dbea85b9ccf2d76d Mon Sep 17 00:00:00 2001
From: Georg-Johann Lay <avr@gjlay.de>
Date: Mon, 3 Sep 2012 12:10:40 +0000
Subject: [PATCH] configure.ac (noconfigdirs,target=avr): Add
 target-libquadmath.

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

From-SVN: r190887
---
 ChangeLog    | 5 +++++
 configure    | 7 +++++++
 configure.ac | 7 +++++++
 3 files changed, 19 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 6f7e4e5114f1..a25b1726fa6e 100644
--- 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.
diff --git a/configure b/configure
index 60e269e00e58..dba94743ff49 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*)
diff --git a/configure.ac b/configure.ac
index 27692b45bf82..e3ae26de1d26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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*)
-- 
GitLab