* 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>
This commit is contained in:
Gary V. Vaughan 2001-07-30 01:39:33 +00:00
parent 45ca0c8273
commit 963e0cd11f
3 changed files with 17 additions and 10 deletions

View File

@ -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

2
NEWS
View File

@ -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:

17
libtool.m4 vendored
View 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'