]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: updtaed.
authorGary V. Vaughan <gary@gnu.org>
Wed, 6 Oct 1999 22:13:17 +0000 (22:13 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 6 Oct 1999 22:13:17 +0000 (22:13 +0000)
ChangeLog
NEWS
ltconfig.in

index 47bc1dce305f1abb575561fb36a2cb9922963e06..0094fbbd70c895078580cc24f111d9999c5d668b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index d72ac8db14df599e4bc450235bb47ed1bac72f08..97a258bd7626cd2d75ce3d0805d5496c3fffc8a4 100644 (file)
--- 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.
index 0a70798ab547f7875aa1ba5865d1ce99bc85448d..92fa4fa688dc6fa22744580d8c8857a1bb8e9526 100755 (executable)
@@ -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'