mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types.
This commit is contained in:
parent
61510e8475
commit
970f9a7ca8
@ -1,3 +1,7 @@
|
||||
2001-01-27 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types.
|
||||
|
||||
2001-01-07 Gary V. Vaughan <gvv@techie.com>
|
||||
|
||||
* NEWS: Updated.
|
||||
|
6
libtool.m4
vendored
6
libtool.m4
vendored
@ -1406,6 +1406,12 @@ else
|
||||
# According to Greg Wooledge, -bexpall is only supported from AIX 4.2 on
|
||||
always_export_symbols=yes ;;
|
||||
esac
|
||||
|
||||
# We don't want to build shared libraries on unknown CPU types.
|
||||
case $host_cpu in
|
||||
powerpc | rs6000) ;;
|
||||
*) ld_shlibs=no ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
amigaos*)
|
||||
|
Loading…
Reference in New Issue
Block a user