diff options
author | cvs2svn <> | 2003-04-19 00:19:41 +0000 |
---|---|---|
committer | cvs2svn <> | 2003-04-19 00:19:41 +0000 |
commit | cd4993ccbb652517e41c35c020bc7f737cac8ec3 (patch) | |
tree | 081f4b3f954f5d84bd2bb8822746455812b75c67 /libtool.m4 | |
parent | 44c1c61b1dfc6e5813a7495e3f8c3ccab93e90de (diff) | |
download | cygnal-cd4993ccbb652517e41c35c020bc7f737cac8ec3.tar.gz cygnal-cd4993ccbb652517e41c35c020bc7f737cac8ec3.tar.bz2 cygnal-cd4993ccbb652517e41c35c020bc7f737cac8ec3.zip |
This commit was manufactured by cvs2svn to create branchkettenis_i386newframe-20030419-branchpoint
'kettenis_i386newframe-20030419-branch'.
Sprout from kettenis_i386newframe-20030406-branch 2003-04-04 08:15:16 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch'
Cherrypick from master 2003-04-19 00:19:40 UTC DJ Delorie <dj@redhat.com> '* Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.':
ChangeLog
Makefile.in
Makefile.tpl
configure
configure.in
include/coff/ChangeLog
include/coff/h8300.h
include/coff/h8500.h
include/coff/sh.h
include/elf/ChangeLog
include/elf/common.h
include/opcode/ChangeLog
include/opcode/h8300.h
include/opcode/mips.h
libtool.m4
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 eca1da32e..d2e36088d 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 |