mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
* ltconfig.in: Port to SCO UnixWare 7.x.
This commit is contained in:
parent
c23e0a74db
commit
f14ddcdf3b
@ -1,3 +1,7 @@
|
||||
1998-12-04 Manfred Weichel <Manfred.Weichel@pdb.siemens.de>
|
||||
|
||||
* ltconfig.in: Port to SCO UnixWare 7.x.
|
||||
|
||||
1998-12-03 Thomas Tanner <tanner@gmx.de>
|
||||
|
||||
* ChangeLog: converted CR/LF back to CR format
|
||||
|
1
README
1
README
@ -23,6 +23,7 @@ Shared library support has been implemented for these platforms:
|
||||
OpenBSD 2.x (*-*-openbsd*)
|
||||
OS/2 using EMX (*-*-os2*)
|
||||
SCO OpenServer 5.x (*-*-sco3.2v5*)
|
||||
SCO UnixWare 7.x (*-*-sysv5*)
|
||||
Solaris 2.x (*-*-solaris2*)
|
||||
SunOS 4.x, a.k.a. Solaris 1.x (*-*-sunos4*)
|
||||
UnixWare 2.x (*-*-sysv4.2uw2*)
|
||||
|
@ -645,7 +645,7 @@ else
|
||||
wl='-Qoption ld '
|
||||
;;
|
||||
|
||||
sysv4.2uw2*)
|
||||
sysv4.2uw2* | sysv5*)
|
||||
pic_flag='-KPIC'
|
||||
link_static_flag='-Bstatic'
|
||||
wl='-Wl,'
|
||||
|
Loading…
Reference in New Issue
Block a user