From: Gary V. Vaughan Date: Wed, 6 Oct 1999 22:13:17 +0000 (+0000) Subject: * NEWS: updtaed. X-Git-Tag: multi-language-fork~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bddb60764bda45118264ea65c67aa50326e8365;p=thirdparty%2Flibtool.git * NEWS: updtaed. --- diff --git a/ChangeLog b/ChangeLog index 47bc1dce3..0094fbbd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-10-06 Gary V. Vaughan + + * NEWS: updtaed. + * ltconfig.in: Accept osf5. + Reported by Sascha Schumann + 1999-10-04 Gary V. Vaughan * ltmain.in (-no-install): This doesn't work on win32 since diff --git a/NEWS b/NEWS index d72ac8db1..97a258bd7 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/ltconfig.in b/ltconfig.in index 0a70798ab..92fa4fa68 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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'