]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (ld_shlibs) [aix4*]: Disable on unknown CPU types.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 27 Jan 2001 19:19:05 +0000 (19:19 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 27 Jan 2001 19:19:05 +0000 (19:19 +0000)
ChangeLog
libtool.m4

index 615e236b2cce50a988f707e23c2ce2c484f44dc5..5d0c6a98710791cfb537fca77948c912af0aa49b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cef6e2dc80bda0ebabd5676318e8390146f05a34..4c8ee51bce603170dd0bff5b95bf85f0c301eb81 100644 (file)
@@ -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*)