From b961bfc6da378ade4c12c225dd1399333e8d87fb Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 13 Nov 2012 14:19:14 +0000 Subject: * configure.ac: Disable libsanitizer on AIX. Merge libquadmath sections. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@193477 138bc75d-0d04-0410-961f-82ee72b054a4 --- configure | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index c46a2e4fa9f..c387e9258d4 100755 --- a/configure +++ b/configure @@ -3198,6 +3198,9 @@ fi # Disable libquadmath for some systems. case "${target}" in + avr-*-*) + noconfigdirs="$noconfigdirs target-libquadmath" + ;; # libquadmath is unused on AIX and libquadmath build process use of # LD_LIBRARY_PATH can break AIX bootstrap. powerpc-*-aix* | rs6000-*-aix*) @@ -3210,6 +3213,9 @@ case "${target}" in cris-*-* | crisv32-*-* | mmix-*-*) noconfigdirs="$noconfigdirs target-libsanitizer" ;; + powerpc-*-aix* | rs6000-*-aix*) + noconfigdirs="$noconfigdirs target-libsanitizer" + ;; esac # Disable libssp for some systems. @@ -3229,13 +3235,6 @@ case "${target}" in ;; esac -# Disable libquadmath for some systems. -case "${target}" in - avr-*-*) - noconfigdirs="$noconfigdirs target-libquadmath" - ;; -esac - # Disable libstdc++-v3 for some systems. # Allow user to override this if they pass --enable-libstdc++-v3 if test "${ENABLE_LIBSTDCXX}" = "default" ; then -- cgit v1.2.3