diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2004-05-18 10:35:12 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2004-05-18 10:35:12 +0000 |
commit | e72f28d00a920022fd3beeb291075ebb06ed82fd (patch) | |
tree | 62d4cd5dab33b7d638c78bbd3f5e87457668ae62 /libmudflap | |
parent | c779c42fc3bb5ad4abe8065559f6fff74cc9caa9 (diff) | |
download | gcc-e72f28d00a920022fd3beeb291075ebb06ed82fd.zip gcc-e72f28d00a920022fd3beeb291075ebb06ed82fd.tar.gz gcc-e72f28d00a920022fd3beeb291075ebb06ed82fd.tar.bz2 |
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
Diffstat (limited to 'libmudflap')
-rw-r--r-- | libmudflap/ChangeLog | 5 | ||||
-rw-r--r-- | libmudflap/acinclude.m4 | 2 | ||||
-rw-r--r-- | libmudflap/aclocal.m4 | 2 | ||||
-rwxr-xr-x | libmudflap/configure | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog index 4ae3783..6aba70a 100644 --- a/libmudflap/ChangeLog +++ b/libmudflap/ChangeLog @@ -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> * lib/libmudflap.exp (libmudflap-init): For C++ test cases only, diff --git a/libmudflap/acinclude.m4 b/libmudflap/acinclude.m4 index 421197d..14dd8b6 100644 --- a/libmudflap/acinclude.m4 +++ b/libmudflap/acinclude.m4 @@ -664,7 +664,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) 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 ;; # NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be # in this list. However, it works around a libtool problem that diff --git a/libmudflap/aclocal.m4 b/libmudflap/aclocal.m4 index f33f60b..ba014e7 100644 --- a/libmudflap/aclocal.m4 +++ b/libmudflap/aclocal.m4 @@ -653,7 +653,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) 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 ;; # NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be # in this list. However, it works around a libtool problem that diff --git a/libmudflap/configure b/libmudflap/configure index 71259c4c..072de54 100755 --- a/libmudflap/configure +++ b/libmudflap/configure @@ -1902,7 +1902,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) 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 ;; # NB 2003-06-03: According to Alexandre Oliva, x86_64 should not be # in this list. However, it works around a libtool problem that |