summaryrefslogtreecommitdiff
path: root/libtool.m4
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 /libtool.m4
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 'libtool.m4')
-rw-r--r--libtool.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/libtool.m4 b/libtool.m4
index a7f99ac7dbc..8a14e2b22f9 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -3580,6 +3580,7 @@ m4_if([$1], [CXX], [
# AIX 5 now supports IA64 processor
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
fi
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
;;
amigaos*)
@@ -3891,6 +3892,7 @@ m4_if([$1], [CXX], [
# AIX 5 now supports IA64 processor
_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
fi
+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
;;
amigaos*)