From: Kaz Kojima Date: Tue, 18 May 2004 10:11:38 +0000 (+0000) Subject: re PR bootstrap/15120 ([3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is refer... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c779c42fc3bb5ad4abe8065559f6fff74cc9caa9;p=platform%2Fupstream%2Fgcc.git 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 --- diff --git a/ChangeLog b/ChangeLog index 3d4698c..dbdb31a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-18 Kaz Kojima + + PR bootstrap/15120 + * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*. + * */configure: Rebuilt. + 2004-05-17 Zack Weinberg * 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