diff options
author | David Edelsohn <dje@gcc.gnu.org> | 2012-09-14 19:23:41 -0400 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2012-09-14 19:23:41 -0400 |
commit | d7a29167f8cbbae743f0e06272231df71b98d9e3 (patch) | |
tree | ef5c7293796cf843a220f574e7239b1f722e3ac3 /libtool.m4 | |
parent | 9f33203d01759563ee11c708ef918aa65c1b5fe5 (diff) | |
download | gcc-d7a29167f8cbbae743f0e06272231df71b98d9e3.zip gcc-d7a29167f8cbbae743f0e06272231df71b98d9e3.tar.gz gcc-d7a29167f8cbbae743f0e06272231df71b98d9e3.tar.bz2 |
re PR bootstrap/38607 (AIX error messages about TOC during build)
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.
From-SVN: r191316
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*) |