+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
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]
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/
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
* 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.