diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:33:57 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-14 23:33:57 +0000 |
commit | 33cbbd54af8ca5393f9a7a771d61b24879259a9d (patch) | |
tree | 2842e05e0580300f30d665af3b57705f39815521 | |
parent | ccc0b0f94987fd2915015b87eb7042a0970d10d5 (diff) | |
download | gcc-33cbbd54af8ca5393f9a7a771d61b24879259a9d.tar.gz |
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191322 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rwxr-xr-x | libgomp/configure | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 2f761d7177f..ce8384d108d 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2012-09-14 David Edelsohn <dje.gcc@gmail.com> + + * configure: Regenerated. + 2012-08-29 Chung-Lin Tang <cltang@codesourcery.com> * config/linux/mips/futex.h (sys_futex0): Change to static diff --git a/libgomp/configure b/libgomp/configure index 418c471ce59..238b1af76c4 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -8141,6 +8141,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*) @@ -11087,7 +11088,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11090 "configure" +#line 11091 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11193,7 +11194,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11196 "configure" +#line 11197 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12015,6 +12016,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; } # AIX 5 now supports IA64 processor lt_prog_compiler_static_FC='-Bstatic' fi + lt_prog_compiler_pic_FC='-fPIC' ;; amigaos*) |