diff options
author | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-03 12:10:40 +0000 |
---|---|---|
committer | gjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-03 12:10:40 +0000 |
commit | 353d7224acdd02b9fd34639d6a878e0299aa6242 (patch) | |
tree | 4930fb24a06eb2c50bb669e483001343e0de1218 /configure.ac | |
parent | 62cb58552062def4bd8470e773ae28068a88fe1d (diff) | |
download | gcc-353d7224acdd02b9fd34639d6a878e0299aa6242.tar.gz |
* configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 27692b45bf8..e3ae26de1d2 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*) |