From: Erez Zadok Date: Wed, 20 Jan 1999 20:45:50 +0000 (+0000) Subject: * ltmain.in: s/n\'t/ not/ X-Git-Tag: ild-branchpoint~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7821def39b32142236e47b2f98a944d8b7f6d915;p=thirdparty%2Flibtool.git * ltmain.in: s/n\'t/ not/ * doc/PLATFORMS: updates for sunos4/m68k and aix --- diff --git a/ChangeLog b/ChangeLog index 671bdecff..1542a6d08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-01-20 Erez Zadok + + * ltmain.in: s/n\'t/ not/ + * doc/PLATFORMS: updates for sunos4/m68k and aix + 1999-01-20 Andrey Slepuhin * ltconfig.in (aix4*): check for reworked collect2, always pass diff --git a/doc/PLATFORMS b/doc/PLATFORMS index 753cd49f6..54ee40d04 100644 --- a/doc/PLATFORMS +++ b/doc/PLATFORMS @@ -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. diff --git a/ltmain.in b/ltmain.in index e3a0398d6..7b672d357 100644 --- 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