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 | |
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')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure index 60e269e00e5..dba94743ff4 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*) |