]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README: Added DG/UX
authorMarc J. Fraioli <fraioli@dg-rtp.dg.com>
Sat, 7 Nov 1998 04:28:37 +0000 (04:28 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 7 Nov 1998 04:28:37 +0000 (04:28 +0000)
* doc/PLATFORMS: ditto

ChangeLog
README
doc/PLATFORMS

index 902f8781fde5ec0984cc34bcdce834f3ebf3061a..e335f35f391e1f0d4e2cbb2c0a00020b3f7ae421 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-11-07  Marc J. Fraioli  <fraioli@dg-rtp.dg.com>
+
+       * README: Added DG/UX
+       * doc/PLATFORMS: ditto
+
 1998-11-04  Michael Tiemann  <tiemann@cygnus.com>
 
        * ltconfig.in (irix6): it's a little bit different from irix5
diff --git a/README b/README
index 4c6f4e16ca957f687489eb8adbaccc708600a988..ff63f4ade58c4398f61686b0b7700a85fca9403c 100644 (file)
--- a/README
+++ b/README
@@ -13,6 +13,7 @@ Shared library support has been implemented for these platforms:
   AIX 4.x (*-*-aix4*)
   AmigaOS (*-*-amigaos*)
   Digital/UNIX 3.x, 4.x, a.k.a. OSF/1 (*-*-osf3*, *-*-osf4*)
+  DG/UX R4.11, R4.12, R4.20 (*-*-dguxR411*, *-*-dguxR412*, *-*-dguxR420*)
   FreeBSD 2.x, 3.x (*-*-freebsd2*, *-*-freebsd3*)
   GNU/Linux ELF (*-*-linux-gnu*, except aout, coff, and oldld)
   HP-UX 9.x, 10.x, 11.x (*-*-hpux9*, *-*-hpux10*, *-*-hpux11*) [see note]
@@ -32,6 +33,9 @@ libtool's requirements, so users may report unusual problems.  There
 is no workaround except to install a working sed (such as GNU sed) on
 these systems.
 
+NOTE: Any earlier DG/UX system with ELF executables, such as R3.10 or
+R4.10, is also likely to work, but hasn't been explicitly tested.
+
 Libtool's home page is:
 
   http://www.profitpress.com/libtool/
index 1ae726ffa2d1f12b8d1d9316fd0c0d06db28596b..2c33db096d9fc7d3a83ac05852693879d7bde2e8 100644 (file)
@@ -16,6 +16,8 @@ i386-pc-netbsd1.2            gcc       0.9g      ok
 i586-pc-linux-gnulibc1       gcc       1.2a      ok
 i586-pc-linux-gnulibc2       gcc       1.2a      ok
 i586-pc-gnu0.3               gcc       1.2b      ok
+i586-dg-dguxR4.20MU01        gcc       1.2       ok
+m88k-dg-dguxR4.12TMU01**     gcc       1.2       ok
 mips-sgi-irix5.2             gcc       1.0i      ok
 mips-sgi-irix5.3             cc        0.8       ok
 mips-sgi-irix5.3             gcc       0.8       ok
@@ -42,3 +44,6 @@ sparc-sun-solaris2.6         gcc       1.0i      ok
 * 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.
+** Note that R4.12TMU01 is the C2 release of DG/UX which corresponds to
+R4.11MU04 in the base release.  These should be equivalent as far as
+libtool is concerned, but only R4.12TMU01 has actually been tested.