diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-11 03:58:39 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-11 03:58:39 +0000 |
commit | 518a0429a29db4aeca4935f36d6cb84cfc7c2472 (patch) | |
tree | c0fae77e1b23414c5b40cb61e114ab097f52e4a9 /libtool.m4 | |
parent | b120f0958d9d14bcfa4110a655aff0611413fe5b (diff) | |
download | gdb-518a0429a29db4aeca4935f36d6cb84cfc7c2472.tar.gz |
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtool.m4 b/libtool.m4 index eca1da32ec5..d2e36088dee 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -636,7 +636,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 |