]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in: Accept osf5.
authorGary V. Vaughan <gary@gnu.org>
Wed, 6 Oct 1999 22:09:22 +0000 (22:09 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 6 Oct 1999 22:09:22 +0000 (22:09 +0000)
Reported by Sascha Schumann <sascha@schumann.cx>

ChangeLog
NEWS
ltconfig.in

index 0c3233e5f5e64fcbcf3d5c515a8de32950b9a6aa..e75145711d963c10c102923cdeefb543367327f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-06  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       * 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-fast-install):  Wrapper script used to add the
diff --git a/NEWS b/NEWS
index 167231931677d25bb718ba93681bea8af0cd9034..c32e82a37757b90fce6b7f407d57876c4b23803a 100644 (file)
--- 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.
+\f
 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.
index d95c2baee14b89f6ccf5f6e8959a7589f866197a..bf6756ee9be06f651ebcfb0caac8120212e59b26 100755 (executable)
@@ -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'