acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
* acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*. * aclocal.m4, configure: Rebuilt. From-SVN: r81981
This commit is contained in:
parent
c779c42fc3
commit
e72f28d00a
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||||
|
|
||||||
|
* acinclude.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
|
||||||
|
* aclocal.m4, configure: Rebuilt.
|
||||||
|
|
||||||
2004-05-17 Frank Ch. Eigler <fche@redhat.com>
|
2004-05-17 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
* lib/libmudflap.exp (libmudflap-init): For C++ test cases only,
|
* lib/libmudflap.exp (libmudflap-init): For C++ test cases only,
|
||||||
|
@ -664,7 +664,7 @@ irix5* | irix6*)
|
|||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
|
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
|
||||||
lt_cv_deplibs_check_method=pass_all ;;
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
||||||
# in this list. However, it works around a libtool problem that
|
# in this list. However, it works around a libtool problem that
|
||||||
|
2
libmudflap/aclocal.m4
vendored
2
libmudflap/aclocal.m4
vendored
@ -653,7 +653,7 @@ irix5* | irix6*)
|
|||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
|
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
|
||||||
lt_cv_deplibs_check_method=pass_all ;;
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
||||||
# in this list. However, it works around a libtool problem that
|
# in this list. However, it works around a libtool problem that
|
||||||
|
2
libmudflap/configure
vendored
2
libmudflap/configure
vendored
@ -1902,7 +1902,7 @@ irix5* | irix6*)
|
|||||||
# This must be Linux ELF.
|
# This must be Linux ELF.
|
||||||
linux-gnu*)
|
linux-gnu*)
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64*)
|
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* | x86_64* | sh*)
|
||||||
lt_cv_deplibs_check_method=pass_all ;;
|
lt_cv_deplibs_check_method=pass_all ;;
|
||||||
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
# NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be
|
||||||
# in this list. However, it works around a libtool problem that
|
# in this list. However, it works around a libtool problem that
|
||||||
|
Loading…
Reference in New Issue
Block a user