diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-05-20 19:02:56 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2001-05-20 19:02:56 +0000 |
commit | 6be7c12c05e53b23723a6478465f0caff4e5c5d0 (patch) | |
tree | 98b4489f17983587e522fc65880e7fc2d133e5d5 /libtool.m4 | |
parent | 81e09ed8322b2fef745b27b6df970c7ca7e10865 (diff) | |
download | fsf-binutils-gdb-6be7c12c05e53b23723a6478465f0caff4e5c5d0.zip fsf-binutils-gdb-6be7c12c05e53b23723a6478465f0caff4e5c5d0.tar.gz fsf-binutils-gdb-6be7c12c05e53b23723a6478465f0caff4e5c5d0.tar.bz2 |
* ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
of subdir/configure scripts to use the new libtool.m4.
Diffstat (limited to 'libtool.m4')
-rw-r--r-- | libtool.m4 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -597,7 +597,7 @@ irix5* | irix6*) # This must be Linux ELF. linux-gnu*) case $host_cpu in - alpha* | i*86 | powerpc* | sparc* | ia64* ) + alpha* | 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 @@ -636,6 +636,10 @@ solaris*) lt_cv_file_magic_test_file=/lib/libc.so ;; +[sysv5uw[78]* | sysv4*uw2*)] + lt_cv_deplibs_check_method=pass_all + ;; + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) case $host_vendor in ncr) |