Skip to content

Commit

Permalink
Regenerate configure files for libtool.m4 change
Browse files Browse the repository at this point in the history
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.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187616 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
hjl committed May 16, 2012
1 parent 1eaedae commit b4b3bbb
Show file tree
Hide file tree
Showing 32 changed files with 238 additions and 62 deletions.
4 changes: 4 additions & 0 deletions boehm-gc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-05-11 H.J. Lu <hongjiu.lu@intel.com>

Merge upstream changes
Expand Down
13 changes: 10 additions & 3 deletions boehm-gc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6786,7 +6786,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11304,7 +11311,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11307 "configure"
#line 11314 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11410,7 +11417,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11413 "configure"
#line 11420 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-05-16 Andrew Pinski <apinski@cavium.com>

* gimple-fold.c (get_maxval_strlen): Move COND_EXPR handling under
Expand Down
13 changes: 10 additions & 3 deletions gcc/configure
Original file line number Diff line number Diff line change
Expand Up @@ -13746,7 +13746,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -17960,7 +17967,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 17963 "configure"
#line 17970 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -18066,7 +18073,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 18069 "configure"
#line 18076 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libatomic/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-05-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

PR other/53284
Expand Down
13 changes: 10 additions & 3 deletions libatomic/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6524,7 +6524,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11008,7 +11015,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11011 "configure"
#line 11018 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11114,7 +11121,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11117 "configure"
#line 11124 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libffi/ChangeLog.libgcj
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2004-01-14 Kelley Cook <kcook@gcc.gnu.org>

* configure.in: Add in AC_PREREQ(2.13)
Expand Down
13 changes: 10 additions & 3 deletions libffi/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6282,7 +6282,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -10766,7 +10773,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 10769 "configure"
#line 10776 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -10872,7 +10879,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 10875 "configure"
#line 10882 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libgfortran/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-05-16 Tobias Burnus <burnus@net-b.de>

* io/unix.c (tempfile_open): Pass mode to "open" for O_CREAT.
Expand Down
13 changes: 10 additions & 3 deletions libgfortran/configure
Original file line number Diff line number Diff line change
Expand Up @@ -8074,7 +8074,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -12321,7 +12328,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12324 "configure"
#line 12331 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -12427,7 +12434,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 12430 "configure"
#line 12437 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libgomp/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-04-11 Manuel López-Ibáñez <manu@gcc.gnu.org>

* testsuite/lib/libgomp.exp: Add -fno-diagnostics-show-caret.
Expand Down
13 changes: 10 additions & 3 deletions libgomp/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6596,7 +6596,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11080,7 +11087,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11083 "configure"
#line 11090 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11186,7 +11193,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11189 "configure"
#line 11196 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libitm/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-04-04 H.J. Lu <hongjiu.lu@intel.com>

PR libitm/52854
Expand Down
13 changes: 10 additions & 3 deletions libitm/configure
Original file line number Diff line number Diff line change
Expand Up @@ -7285,7 +7285,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11770,7 +11777,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11773 "configure"
#line 11780 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11876,7 +11883,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11879 "configure"
#line 11886 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down
4 changes: 4 additions & 0 deletions libjava/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-04-23 Andrew Haley <aph@redhat.com>

* defineclass.cc (MAJOR_1_7, MINOR_1_7): New.
Expand Down
4 changes: 4 additions & 0 deletions libjava/classpath/ChangeLog.gcj
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>

* configure: Regenerated.

2012-01-01 Jakub Jelinek <jakub@redhat.com>

* gnu/java/rmi/registry/RegistryImpl.java (version): Update
Expand Down
21 changes: 14 additions & 7 deletions libjava/classpath/configure
Original file line number Diff line number Diff line change
Expand Up @@ -7592,7 +7592,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11811,7 +11818,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11814 "configure"
#line 11821 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -11917,7 +11924,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
#line 11920 "configure"
#line 11927 "configure"
#include "confdefs.h"

#if HAVE_DLFCN_H
Expand Down Expand Up @@ -23878,7 +23885,7 @@ else
JAVA_TEST=Object.java
CLASS_TEST=Object.class
cat << \EOF > $JAVA_TEST
/* #line 23881 "configure" */
/* #line 23888 "configure" */
package java.lang;

public class Object
Expand Down Expand Up @@ -23971,7 +23978,7 @@ EOF
if uudecode$EXEEXT Test.uue; then
ac_cv_prog_uudecode_base64=yes
else
echo "configure: 23974: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
echo "configure: 23981: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
echo "configure: failed file was:" >&5
cat Test.uue >&5
ac_cv_prog_uudecode_base64=no
Expand Down Expand Up @@ -23999,7 +24006,7 @@ JAVA_TEST=Test.java
CLASS_TEST=Test.class
TEST=Test
cat << \EOF > $JAVA_TEST
/* [#]line 24002 "configure" */
/* [#]line 24009 "configure" */
public class Test {
public static void main (String args[]) {
System.exit (0);
Expand Down Expand Up @@ -24207,7 +24214,7 @@ if test "x${use_glibj_zip}" = xfalse || \
JAVA_TEST=Test.java
CLASS_TEST=Test.class
cat << \EOF > $JAVA_TEST
/* #line 24210 "configure" */
/* #line 24217 "configure" */
public class Test
{
public static void main(String args)
Expand Down
Loading

0 comments on commit b4b3bbb

Please sign in to comment.