X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure;h=c637c91294642fd150374d648f73ef63ab5ec0e4;hb=1488e23083edb554fb4217789c42018ea0904600;hp=60e269e00e58a9844a7c62d294076d276bfaca86;hpb=4205650181930d744e5e4b90b1c4740a4e65f599;p=deliverable%2Fbinutils-gdb.git diff --git a/configure b/configure index 60e269e00e..c637c91294 100755 --- a/configure +++ b/configure @@ -3136,6 +3136,15 @@ $as_echo "yes" >&6; } fi fi +# Disable libquadmath for some systems. +case "${target}" in + # libquadmath is unused on AIX and libquadmath build process use of + # LD_LIBRARY_PATH can break AIX bootstrap. + powerpc-*-aix* | rs6000-*-aix*) + noconfigdirs="$noconfigdirs target-libquadmath" + ;; +esac + # Disable libssp for some systems. case "${target}" in avr-*-*) @@ -14227,6 +14236,7 @@ compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/*" case "$target" in hppa*64*-*-hpux*) ;; hppa*-*-hpux*) compare_exclusions="gcc/cc*-checksum\$(objext) | */libgcc/lib2funcs* | gcc/ada/*tools/*" ;; + powerpc*-ibm-aix*) compare_exclusions="gcc/cc*-checksum\$(objext) | gcc/ada/*tools/* | *libgomp*\$(objext)" ;; esac