]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: s/n\'t/ not/
authorErez Zadok <ezk@shekel.mcl.cs.columbia.edu>
Wed, 20 Jan 1999 20:45:50 +0000 (20:45 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 20 Jan 1999 20:45:50 +0000 (20:45 +0000)
* doc/PLATFORMS: updates for sunos4/m68k and aix

ChangeLog
doc/PLATFORMS
ltmain.in

index 671bdecff97ae318374224e4c837c0ba7da61613..1542a6d08df246ae7a368ce46ff36c054a128e2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-20  Erez Zadok <ezk@shekel.mcl.cs.columbia.edu>
+
+       * ltmain.in: s/n\'t/ not/
+       * doc/PLATFORMS: updates for sunos4/m68k and aix
+
 1999-01-20  Andrey Slepuhin  <pooh@msu.ru>
 
        * ltconfig.in (aix4*): check for reworked collect2, always pass
index 753cd49f697f0b79f5c4a81e7ffbdc21c3b58ff8..54ee40d0461aa06c07253e556d03fa16389aa59c 100644 (file)
@@ -48,7 +48,7 @@ i686-pc-linux-gnu             egcs    1.2e    ok      egcs 1.1.1
 i686-pc-linux-gnulibc1         gcc     1.2e    ok
 i686-pc-cygwin32               egcs    1.2e    ok
 m68k-next-nextstep3            gcc     1.2e    ok      static
-m68k-sun-sunos4.1.1            gcc     1.2e    ok      !shared
+m68k-sun-sunos4.1.1            gcc     1.2e    NS
 m88k-dg-dguxR4.12TMU01**       gcc     1.2     ok
 mips-sgi-irix5.2               gcc     1.2c    ok
 mips-sgi-irix5.3               gcc     1.2e    ok
@@ -63,12 +63,13 @@ mips-sgi-irix6.5            gcc     1.2e    ok
 mipsel-unknown-openbsd2.1      gcc     1.0     ok
 powerpc-ibm-aix4.1.4.0         xlc     1.0i    ok
 powerpc-ibm-aix4.1.4.0         gcc     1.0     ok
-powerpc-ibm-aix4.1.5.0         gcc     1.2e    ok      !shared
-powerpc-ibm-aix4.2.1.0         gcc     1.2e    ok      !shared
+powerpc-ibm-aix4.1.5.0         gcc     1.2e    NS      egcs-2.90.13, gas, ld
+powerpc-ibm-aix4.2.1.0         egcs    1.2e    ok      egcs-1.1.1, as, ld
+powerpc-ibm-aix4.3.1.0         egcs    1.2e    ok      egcs-1.1.1, as, ld
 rs6000-ibm-aix3.2.5            xlc     1.0i    ok
 rs6000-ibm-aix3.2.5            gcc     1.0i    ok*
-rs6000-ibm-aix4.1.4.0          gcc     1.2e    ok      !shared
-rs6000-ibm-aix4.1.5.0          gcc     1.2e    ok      !shared
+rs6000-ibm-aix4.1.4.0          gcc     1.2e    ok      gcc-2.7.2, as, ld
+rs6000-ibm-aix4.1.5.0          gcc     1.2e    ok      gcc-2.7.2, as, ld
 sparc-sun-linux-gnu2.1.23      gcc     0.9h    ok
 sparc-sun-solaris2.3           gcc     1.2e    ok
 sparc-sun-solaris2.4           gcc     1.0a    ok
@@ -92,12 +93,11 @@ Notes:
 
 - "ok" means "all tests passed".
 
+- "NS" means "Not Shared", but OK for static libraries
+
 - "static" means that the system doesn't support shared libs,
   but libtool can build static libraries.
 
-- "!shared" means that the system does support shared libraries, but
-  current libtool could not build them.
-
 * Some versions of GCC's collect2 linker program cannot link trivial
   static binaries on AIX 3.  For these configurations, libtool's
   `-all-static' flag has no effect.
index e3a0398d6e2e779533f9b789ec80a106baa9df61..7b672d357330dbb6d0f10a3efbb8078d183d11eb 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2181,7 +2181,7 @@ static const void *lt_preloaded_setup() {
 
       if test "$hardcode_action" = relink; then
        # AGH! Flame the AIX and HP-UX people for me, will ya?
-       $echo "$modename: warning: this platform doesn\'t like uninstalled shared libraries" 1>&2
+       $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
        $echo "$modename: \`$output' will be relinked during installation" 1>&2
       fi