]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 [UnixWare7, OpenUNIX8]: Initial support for
authorGary V. Vaughan <gary@gnu.org>
Mon, 30 Jul 2001 01:39:33 +0000 (01:39 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 30 Jul 2001 01:39:33 +0000 (01:39 +0000)
UnixWare7 and OpenUNIX8.  Accept these identifiers from the
latest config.guess/config.sub as pseudonyms for sysv5uw[78].
* NEWS: Updated.
Reported by Boyd Lynn Gerber <gerberb@zenez.com>

ChangeLog
NEWS
libtool.m4

index 1ac14ee3e5e894a56dbe146c32a4b6678d2df782..bf5b095ce065039d4bddac0747dc1f2123bb95ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-30  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtool.m4 [UnixWare7, OpenUNIX8]: Initial support for
+       UnixWare7 and OpenUNIX8.  Accept these identifiers from the
+       latest config.guess/config.sub as pseudonyms for sysv5uw[78].
+       * NEWS: Updated.
+       Reported by Boyd Lynn Gerber <gerberb@zenez.com>
+
 2001-07-29  Gary V. Vaughan  <gary@gnu.org>
 
        * tests/sh.test: Add a new test to enforce X as the fill
diff --git a/NEWS b/NEWS
index 48efe5df30b6df5540166ae465aa9470a9ede488..a4098c23db10a1d231daca8b6d964057bfcb35c3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ New in 1.4d: 2001-??-??; CVS version 1.4c, Libtool team:
 * Support cross compilation to mingw.
 * Improved support for linking with gcc on aix4* and aix5*.
 * Improved support for GCC 3.0.
-* Initial support for QNX RTOS.
+* Initial support for QNX RTOS, UnixWare 7 and OpenUNIX 8.
 * Bug fixes.
 \f
 New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
index 93a9b3f2999f46f7ceebd8f84e707412d02283e4..6d9a260030f37e6f4061fb2ccd6dbdab77549c24 100644 (file)
@@ -1927,10 +1927,6 @@ solaris*)
   lt_cv_file_magic_test_file=/lib/libc.so
   ;;
 
-[sysv5uw[78]* | sysv4*uw2*)]
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   case $host_vendor in
   motorola)
@@ -1951,6 +1947,10 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
     ;;
   esac
   ;;
+
+sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7* | sysv4*uw2*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
 esac
 ])
 file_magic_cmd=$lt_cv_file_magic_cmd
@@ -2873,6 +2873,9 @@ case $host_os in
         ;;
     esac
     ;;
+  sysv5OpenUNIX8* | sysv5UnixWare7* | sysv5uw[[78]]* | unixware7*)
+    _LT_AC_TAGVAR(archive_cmds_need_lc, $2)=no
+    ;;
   tandem*)
     case $cc_basename in
       NCC)
@@ -2886,10 +2889,6 @@ case $host_os in
         ;;
     esac
     ;;
-  unixware*)
-    # FIXME: insert proper C++ library support
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
-    ;;
   vxworks*)
     # FIXME: insert proper C++ library support
     _LT_AC_TAGVAR(ld_shlibs, $1)=no
@@ -4780,7 +4779,7 @@ EOF
       runpath_var=LD_RUN_PATH
       ;;
   
-    sysv5uw7* | unixware7*)
+   sysv5OpenUNIX8* | sysv5UnixWare7* |  sysv5uw[[78]]* | unixware7*)
       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z ${wl}text'
       if test "$GCC" = yes; then
         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'