diff options
author | David Edelsohn <dje.gcc@gmail.com> | 2012-09-15 00:04:44 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 2012-09-15 00:04:44 +0000 |
commit | 5220435761c7a76180657a292e3f586cb39bde6b (patch) | |
tree | 1c511058feab5a94c8b2c911fb50209b80dea016 /ld | |
parent | 6c9c0a5029ee94b5e32195cb0e5f00550a1683ad (diff) | |
download | gdb-5220435761c7a76180657a292e3f586cb39bde6b.zip gdb-5220435761c7a76180657a292e3f586cb39bde6b.tar.gz gdb-5220435761c7a76180657a292e3f586cb39bde6b.tar.bz2 |
* configure: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rwxr-xr-x | ld/configure | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 724b4c7..13dc94c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-09-14 David Edelsohn <dje.gcc@gmail.com> + + * configure: Regenerate. + 2012-09-13 Anthony Green <green@moxielogic.com> * emulparams/elf32moxie.sh (BIG_OUTPUT_FORMAT, diff --git a/ld/configure b/ld/configure index 0c2a205..cb99b4c 100755 --- a/ld/configure +++ b/ld/configure @@ -9238,6 +9238,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*) @@ -12184,7 +12185,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12187 "configure" +#line 12188 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -12290,7 +12291,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 12293 "configure" +#line 12294 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -14087,6 +14088,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*) |