From: Gary V. Vaughan Date: Mon, 30 Jul 2001 01:39:33 +0000 (+0000) Subject: * libtool.m4 [UnixWare7, OpenUNIX8]: Initial support for X-Git-Tag: release-1-4d~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963e0cd11fdcae698917b5bc397502254794c0c8;p=thirdparty%2Flibtool.git * 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 --- diff --git a/ChangeLog b/ChangeLog index 1ac14ee3e..bf5b095ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2001-07-30 Gary V. Vaughan + + * 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 + 2001-07-29 Gary V. Vaughan * tests/sh.test: Add a new test to enforce X as the fill diff --git a/NEWS b/NEWS index 48efe5df3..a4098c23d 100644 --- 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. New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team: diff --git a/libtool.m4 b/libtool.m4 index 93a9b3f29..6d9a26003 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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'