aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2004-05-18 10:11:38 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2004-05-18 10:11:38 +0000
commitc779c42fc3bb5ad4abe8065559f6fff74cc9caa9 (patch)
treeb363b6e65054a2fe5b83516df77b834b8dc9cd6f
parent319da9da6b5e02b0465379d5ad77709225addd9a (diff)
downloadgcc-c779c42fc3bb5ad4abe8065559f6fff74cc9caa9.zip
gcc-c779c42fc3bb5ad4abe8065559f6fff74cc9caa9.tar.gz
gcc-c779c42fc3bb5ad4abe8065559f6fff74cc9caa9.tar.bz2
re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO)
PR bootstrap/15120 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*. * */configure: Rebuilt. From-SVN: r81980
-rw-r--r--ChangeLog6
-rwxr-xr-xboehm-gc/configure2
-rwxr-xr-xlibffi/configure2
-rwxr-xr-xlibgfortran/configure2
-rwxr-xr-xlibjava/configure2
-rwxr-xr-xlibobjc/configure2
-rwxr-xr-xlibstdc++-v3/configure2
-rw-r--r--libtool.m42
-rwxr-xr-xzlib/configure2
9 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d4698c..dbdb31a 100644
--- 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
diff --git a/boehm-gc/configure b/boehm-gc/configure
index bc13804..0634ad4 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -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
diff --git a/libffi/configure b/libffi/configure
index 9a76fd1..ead8b0b 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -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
diff --git a/libgfortran/configure b/libgfortran/configure
index 099ab80..421c865 100755
--- a/libgfortran/configure
+++ b/libgfortran/configure
@@ -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
diff --git a/libjava/configure b/libjava/configure
index 94ce96a..ba03e69 100755
--- a/libjava/configure
+++ b/libjava/configure
@@ -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
diff --git a/libobjc/configure b/libobjc/configure
index 36f7c94..f05fc18 100755
--- a/libobjc/configure
+++ b/libobjc/configure
@@ -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
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 160d2b8..c12de56 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -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
diff --git a/libtool.m4 b/libtool.m4
index 91ceb2d..dec9f01 100644
--- a/libtool.m4
+++ b/libtool.m4
@@ -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
diff --git a/zlib/configure b/zlib/configure
index b714188..0c94946f 100755
--- a/zlib/configure
+++ b/zlib/configure
@@ -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