re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is refer...
authorKaz Kojima <kkojima@gcc.gnu.org>
Tue, 18 May 2004 10:11:38 +0000 (10:11 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Tue, 18 May 2004 10:11:38 +0000 (10:11 +0000)
PR bootstrap/15120
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
* */configure: Rebuilt.

From-SVN: r81980

ChangeLog
boehm-gc/configure
libffi/configure
libgfortran/configure
libjava/configure
libobjc/configure
libstdc++-v3/configure
libtool.m4
zlib/configure

index 3d4698cedf9525abc3cb962f22879974a3545c34..dbdb31ad416a01bed9dd1badbc544a16dfa20410 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       PR bootstrap/15120
+       * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
+       * */configure: Rebuilt.
+
 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
 
        * Makefile.def, Makefile.tpl, configure.in: Remove all mention
index bc13804ce93455213c58bc3d1626ca4241dc7bd0..0634ad47d434e80e851cffbce4e23832667f8d48 100755 (executable)
@@ -3865,7 +3865,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 9a76fd1d79b1d2448adc960326c90b21aae86d29..ead8b0b3493e91ed1603b22945e1a7ad88ec5907 100755 (executable)
@@ -3430,7 +3430,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 099ab80a610a94d98acca5a5c367601732a8376a..421c8658136dcea4bb7f1e6ef8d6800db75fd796 100755 (executable)
@@ -5906,7 +5906,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 94ce96a5cf47c63d45c11b4d5c7c0138179e8ebf..ba03e6932aced622dfe4deb908a66ef1d2948278 100755 (executable)
@@ -2024,7 +2024,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 36f7c94fd1899f9fdf950bb2f639918435c98958..f05fc18ce9e5d460d5653dc0eccc860efb6257fa 100755 (executable)
@@ -3212,7 +3212,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 160d2b8c6c7cf7df5524ed91239737dd8efae4db..c12de5621eafb40ceffe71eab028bd6356f3f79b 100755 (executable)
@@ -4024,7 +4024,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index 91ceb2db5fab7dce45b94bbbb9c189f0ff3f82a8..dec9f01f3faceb60417eb5d4b009ba7db7fffa93 100644 (file)
@@ -680,7 +680,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM
index b71418840fc0126f80bafb2edebc21423e747192..0c94946f7af9fa45e2c5f4f374a3088ee00b09bc 100755 (executable)
@@ -3398,7 +3398,7 @@ irix5* | irix6*)
 # This must be Linux ELF.
 linux-gnu*)
   case $host_cpu in
-  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
+  alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* | sh* )
     lt_cv_deplibs_check_method=pass_all ;;
   *)
     # glibc up to 2.1.1 does not perform some relocations on ARM