diff options
author | David Edelsohn <edelsohn@gnu.org> | 2012-09-14 23:55:22 +0000 |
---|---|---|
committer | David Edelsohn <edelsohn@gnu.org> | 2012-09-14 23:55:22 +0000 |
commit | ddb7b65aaa203bc06af8a800ec3f7a4ac0ace374 (patch) | |
tree | 990f39ada1557430a5820ab7f221ae5364dbbe27 /libtool.m4 | |
parent | 25e5803d3540269d30cdde5cc5301d6f5e8c8821 (diff) | |
download | newlib-ddb7b65aaa203bc06af8a800ec3f7a4ac0ace374.zip newlib-ddb7b65aaa203bc06af8a800ec3f7a4ac0ace374.tar.gz newlib-ddb7b65aaa203bc06af8a800ec3f7a4ac0ace374.tar.bz2 |
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.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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*) |