diff --git a/ChangeLog b/ChangeLog index 902f8781..e335f35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1998-11-07 Marc J. Fraioli + + * README: Added DG/UX + * doc/PLATFORMS: ditto + 1998-11-04 Michael Tiemann * ltconfig.in (irix6): it's a little bit different from irix5 diff --git a/README b/README index 4c6f4e16..ff63f4ad 100644 --- 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/ diff --git a/doc/PLATFORMS b/doc/PLATFORMS index 1ae726ff..2c33db09 100644 --- a/doc/PLATFORMS +++ b/doc/PLATFORMS @@ -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.