From a4cf6e468278c96222738657dbea85b9ccf2d76d Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 3 Sep 2012 12:10:40 +0000 Subject: 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 6f7e4e5..a25b172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-03 Georg-Johann Lay + + * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. + * configure: Regenerate. + 2012-08-27 Ulrich Drepper * MAINTAINERS: Fix my email address. 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*) diff --git a/configure.ac b/configure.ac index 27692b4..e3ae26d 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*) -- cgit v1.1