* NEWS: updtaed.

This commit is contained in:
Gary V. Vaughan 1999-10-06 22:13:17 +00:00
parent 13fef72767
commit 8bddb60764
3 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,9 @@
1999-10-06 Gary V. Vaughan <gary@oranda.demon.co.uk>
* NEWS: updtaed.
* ltconfig.in: Accept osf5.
Reported by Sascha Schumann <sascha@schumann.cx>
1999-10-04 Gary V. Vaughan <gary@oranda.demon.co.uk>
* ltmain.in (-no-install): This doesn't work on win32 since

1
NEWS
View File

@ -1,6 +1,7 @@
NEWS - list of user-visible changes between releases of GNU Libtool
New in 1.3d: 1999-??-??; CVS version 1.3c, Libtool team:
* Support for Compaq Tru64 V5.0.
* Start of support code for cross-compiling to win32.
* Improved support for mingw32, NetBSD, FreeBSD and Unixware.
* New "-no-install" flag to avoid the use of executable wrapper scripts.

View File

@ -570,7 +570,7 @@ else
ac_cv_prog_cc_static='-static'
case "$host_os" in
beos* | irix5* | irix6* | osf3* | osf4*)
beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
# PIC is the default for these OSes.
;;
aix*)
@ -629,7 +629,7 @@ else
ac_cv_prog_cc_pic='-DDLL_EXPORT'
;;
osf3* | osf4*)
osf3* | osf4* | osf5*)
# All OSF/1 code is PIC.
ac_cv_prog_cc_wl='-Wl,'
ac_cv_prog_cc_static='-non_shared'
@ -1293,7 +1293,7 @@ else
old_archive_from_new_cmds='emximp -o $objdir/$libname.a $objdir/$libname.def'
;;
osf3* | osf4*)
osf3* | osf4* | osf5*)
if test "$with_gcc" = yes; then
allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib'
@ -1704,7 +1704,7 @@ os2*)
shlibpath_var=LIBPATH
;;
osf3* | osf4*)
osf3* | osf4* | osf5*)
version_type=osf
need_version=no
soname_spec='${libname}${release}.so'