diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:25:07 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:25:07 +0000 |
commit | 73c26efd6f3ba7876c2be56f2ae611e0d19f470c (patch) | |
tree | 1e820d89bcf12f4033b19dc0c5ead4e3f30a5916 /boehm-gc/configure | |
parent | 286256c74902fd811fce123244b2ad5fca3978b8 (diff) | |
download | gcc-73c26efd6f3ba7876c2be56f2ae611e0d19f470c.tar.gz |
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191317 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index aa610539399..1d751fd684f 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -8338,6 +8338,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static='-Bstatic' fi + lt_prog_compiler_pic='-fPIC' ;; amigaos*) @@ -11311,7 +11312,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11314 "configure" +#line 11315 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11417,7 +11418,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11420 "configure" +#line 11421 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13220,6 +13221,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static_CXX='-Bstatic' fi + lt_prog_compiler_pic_CXX='-fPIC' ;; amigaos*) |