diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-11 04:20:21 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2003-04-11 04:20:21 +0000 |
commit | b1e0a93ee513ccd9fa7d32947f2f568d379f358e (patch) | |
tree | b9a805ddb7ada8ca9a398d4f1efeb0bc74658fae /libobjc | |
parent | e6670c79c78c657ab11b2f89ee0413492f17b92f (diff) | |
download | gcc-b1e0a93ee513ccd9fa7d32947f2f568d379f358e.zip gcc-b1e0a93ee513ccd9fa7d32947f2f568d379f358e.tar.gz gcc-b1e0a93ee513ccd9fa7d32947f2f568d379f358e.tar.bz2 |
libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.
From-SVN: r65459
Diffstat (limited to 'libobjc')
-rwxr-xr-x | libobjc/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/configure b/libobjc/configure index 40ea71e..be0dde9 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -1613,7 +1613,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) lt_cv_deplibs_check_method=pass_all ;; *) # glibc up to 2.1.1 does not perform some relocations on ARM |