From: Alexandre Oliva Date: Sat, 27 Jan 2001 19:19:05 +0000 (+0000) Subject: * libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types. X-Git-Tag: release-1-3d~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=970f9a7ca8d7600e8ce70340441977e9814d17d8;p=thirdparty%2Flibtool.git * libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types. --- diff --git a/ChangeLog b/ChangeLog index 615e236b2..5d0c6a987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-01-27 Alexandre Oliva + + * libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types. + 2001-01-07 Gary V. Vaughan * NEWS: Updated. diff --git a/libtool.m4 b/libtool.m4 index cef6e2dc8..4c8ee51bc 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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*)