diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2012-05-16 22:11:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2012-05-16 15:11:18 -0700 |
commit | e6d5f8c9c4ea05926bc31b0bbcef08134401d19a (patch) | |
tree | 0007d25b499ac6d83204c313765f73351718b2d9 /libssp | |
parent | gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under GIMPLE_ASSIGN. (diff) | |
download | gcc-e6d5f8c9c4ea05926bc31b0bbcef08134401d19a.tar.gz gcc-e6d5f8c9c4ea05926bc31b0bbcef08134401d19a.tar.bz2 gcc-e6d5f8c9c4ea05926bc31b0bbcef08134401d19a.tar.xz |
Regenerate configure files for libtool.m4 change
boehm-gc/
* configure: Regenerated.
gcc/
* configure: Regenerated.
libatomic/
* configure: Regenerated.
libffi/
* configure: Regenerated.
libgfortran/
* configure: Regenerated.
libgomp/
* configure: Regenerated.
libitm/
* configure: Regenerated.
libjava/classpath/
* configure: Regenerated.
libjava/
* configure: Regenerated.
libmudflap/
* configure: Regenerated.
libobjc/
* configure: Regenerated.
libquadmath/
* configure: Regenerated.
libssp/
* configure: Regenerated.
libstdc++-v3/
* configure: Regenerated.
lto-plugin/
* configure: Regenerated.
zlib/
* configure: Regenerated.
From-SVN: r187616
Diffstat (limited to 'libssp')
-rw-r--r-- | libssp/ChangeLog | 4 | ||||
-rwxr-xr-x | libssp/configure | 13 |
2 files changed, 14 insertions, 3 deletions
diff --git a/libssp/ChangeLog b/libssp/ChangeLog index 308f6fa7c0a..16d4bf6a8b8 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog | |||
@@ -1,3 +1,7 @@ | |||
1 | 2012-05-16 H.J. Lu <hongjiu.lu@intel.com> | ||
2 | |||
3 | * configure: Regenerated. | ||
4 | |||
1 | 2011-11-21 Andreas Tobler <andreast@fgznet.ch> | 5 | 2011-11-21 Andreas Tobler <andreast@fgznet.ch> |
2 | 6 | ||
3 | * configure: Regenerate. | 7 | * configure: Regenerate. |
diff --git a/libssp/configure b/libssp/configure index bd3f5662c4b..eba09f01103 100755 --- a/libssp/configure +++ b/libssp/configure | |||
@@ -6401,7 +6401,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*) | |||
6401 | LD="${LD-ld} -m elf_i386_fbsd" | 6401 | LD="${LD-ld} -m elf_i386_fbsd" |
6402 | ;; | 6402 | ;; |
6403 | x86_64-*linux*) | 6403 | x86_64-*linux*) |
6404 | LD="${LD-ld} -m elf_i386" | 6404 | case `/usr/bin/file conftest.o` in |
6405 | *x86-64*) | ||
6406 | LD="${LD-ld} -m elf32_x86_64" | ||
6407 | ;; | ||
6408 | *) | ||
6409 | LD="${LD-ld} -m elf_i386" | ||
6410 | ;; | ||
6411 | esac | ||
6405 | ;; | 6412 | ;; |
6406 | ppc64-*linux*|powerpc64-*linux*) | 6413 | ppc64-*linux*|powerpc64-*linux*) |
6407 | LD="${LD-ld} -m elf32ppclinux" | 6414 | LD="${LD-ld} -m elf32ppclinux" |
@@ -10650,7 +10657,7 @@ else | |||
10650 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10657 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10651 | lt_status=$lt_dlunknown | 10658 | lt_status=$lt_dlunknown |
10652 | cat > conftest.$ac_ext <<_LT_EOF | 10659 | cat > conftest.$ac_ext <<_LT_EOF |
10653 | #line 10653 "configure" | 10660 | #line 10660 "configure" |
10654 | #include "confdefs.h" | 10661 | #include "confdefs.h" |
10655 | 10662 | ||
10656 | #if HAVE_DLFCN_H | 10663 | #if HAVE_DLFCN_H |
@@ -10756,7 +10763,7 @@ else | |||
10756 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 | 10763 | lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
10757 | lt_status=$lt_dlunknown | 10764 | lt_status=$lt_dlunknown |
10758 | cat > conftest.$ac_ext <<_LT_EOF | 10765 | cat > conftest.$ac_ext <<_LT_EOF |
10759 | #line 10759 "configure" | 10766 | #line 10766 "configure" |
10760 | #include "confdefs.h" | 10767 | #include "confdefs.h" |
10761 | 10768 | ||
10762 | #if HAVE_DLFCN_H | 10769 | #if HAVE_DLFCN_H |