diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-17 09:33:59 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-17 09:33:59 +0000 |
commit | fa6ed42c8cb1b8a2f5c53e38a031668e675f0ec5 (patch) | |
tree | 0928b745266438655f3be3b085b088400568bee5 /libitm/configure | |
parent | 51d619308377f16a8ff13df95becfe2282198844 (diff) | |
download | gcc-fa6ed42c8cb1b8a2f5c53e38a031668e675f0ec5.tar.gz |
{{various configure & Makefile.in regenerated}}
[gcc/]
2012-09-17 Basile Starynkevitch <basile@starynkevitch.net>
* melt/warmelt-genobj.melt: Use hyphens in copyright dates.
(compilobj_nrep_update_current_module_environment_container): Use a foreach loop.
(compilobj_nrep_check_running_module_environment_container): Complete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@191379 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libitm/configure')
-rw-r--r-- | libitm/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libitm/configure b/libitm/configure index c2306fd4bf9..9daf30c3836 100644 --- a/libitm/configure +++ b/libitm/configure @@ -8836,6 +8836,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*) @@ -11782,7 +11783,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11785 "configure" +#line 11786 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11888,7 +11889,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11891 "configure" +#line 11892 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13685,6 +13686,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*) |