summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid Edelsohn <dje@watson.ibm.com>2012-09-14 23:55:22 +0000
committerDavid Edelsohn <dje@watson.ibm.com>2012-09-14 23:55:22 +0000
commita4d9eda7b2bbbcacb669d9dcf9eed04fbcaebc5a (patch)
treefab00145142e8b2d00548db86ee12f1fb7f6b3fe /configure
parent429093471f5600c177271a5f309f09d01eb36bc3 (diff)
downloadgdb-a4d9eda7b2bbbcacb669d9dcf9eed04fbcaebc5a.tar.gz
PR target/38607
Merge upstream change. * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX. * configure.ac: Add target-libquadmath to noconfigdirs for AIX. Add libgomp*.o to compare_exclusions for AIX. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure b/configure
index 60e269e00e5..c637c912946 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