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 | bc295afeb0e832bb18b7a876e695984e6bc3cdd4 (patch) | |
tree | 18a31c3a0a69a798c0ffe0919ddc422423ab526f | |
parent | 81f8a2067a878ff7d4dc2ddac998e34523827fd6 (diff) | |
download | gdb-bc295afeb0e832bb18b7a876e695984e6bc3cdd4.zip gdb-bc295afeb0e832bb18b7a876e695984e6bc3cdd4.tar.gz gdb-bc295afeb0e832bb18b7a876e695984e6bc3cdd4.tar.bz2 |
* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
* */configure: Rebuilt.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libtool.m4 | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-04-11 Alexandre Oliva <aoliva@redhat.com> + + * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*. + * */configure: Rebuilt. + 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down. @@ -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 |