From: Gary V. Vaughan Date: Wed, 6 Oct 1999 22:09:22 +0000 (+0000) Subject: * ltconfig.in: Accept osf5. X-Git-Tag: release-1-3-4~9 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ae32230b8ca01f7e84e11201f2c9622e8730c290;p=thirdparty%2Flibtool.git * ltconfig.in: Accept osf5. Reported by Sascha Schumann --- diff --git a/ChangeLog b/ChangeLog index 0c3233e5f..e75145711 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-10-06 Gary V. Vaughan + + * ltconfig.in: Accept osf5. + Reported by Sascha Schumann + 1999-10-04 Gary V. Vaughan * ltmain.in (-no-fast-install): Wrapper script used to add the diff --git a/NEWS b/NEWS index 167231931..c32e82a37 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.3.4: ????-??-??, CVS version 1.3.3a, Libtool team: +* Support for Compaq Tru64 V5.0. +* Many fine bugfixes. + New in 1.3.3: 1999-07-02, CVS version 1.3.2a, Libtool team: * New `-dlpreopen force' flag to ensure that lt_preloaded_symbols is always defined. diff --git a/ltconfig.in b/ltconfig.in index d95c2baee..bf6756ee9 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -663,7 +663,7 @@ if test "$with_gcc" = yes; then link_static_flag='-static' case "$host_os" in - beos* | irix5* | irix6* | osf3* | osf4*) + beos* | irix5* | irix6* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; aix*) @@ -718,7 +718,7 @@ else # We can build DLLs from non-PIC. ;; - osf3* | osf4*) + osf3* | osf4* | osf5*) # All OSF/1 code is PIC. wl='-Wl,' link_static_flag='-non_shared' @@ -1410,7 +1410,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 $linkopts ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${objdir}/so_locations -o $lib' @@ -1977,7 +1977,7 @@ os2*) shlibpath_var=LIBPATH ;; -osf3* | osf4*) +osf3* | osf4* | osf5*) version_type=osf need_version=no soname_spec='${libname}${release}.so'