From dda@sleepycat.com (Don Anderson):

* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [qnx]: New
supported architecture.
(AC_DEPLIBS_CHECK_METHOD) [qnx]:  Ditto.
* NEWS: Updated.
This commit is contained in:
Gary V. Vaughan 2001-07-12 23:36:36 +00:00
parent 7e3f4ae209
commit 706b9e9c36
3 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,11 @@
2001-07-12 Gary V. Vaughan <gary@gnu.org>
From dda@sleepycat.com (Don Anderson):
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [qnx]: New
supported architecture.
(AC_DEPLIBS_CHECK_METHOD) [qnx]: Ditto.
* NEWS: Updated.
From Stefan Ondrejicka <ondrej@idata.sk>:
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [cygwin*]: Make
sure that /lib/w32api is searched for system libraries to

1
NEWS
View File

@ -3,6 +3,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool
New in 1.4d: 2001-??-??; CVS version 1.4c, Libtool team:
* Support /lib/w32api in recent cygwin releases.
* Improved support for linking with gcc on aix4* and aix5*.
* Initial support for QNX RTOS.
* Bug fixes.
New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:

14
libtool.m4 vendored
View File

@ -1226,6 +1226,16 @@ newsos6)
shlibpath_overrides_runpath=yes
;;
nto-qnx)
version_type=linux
need_lib_prefix=no
need_version=no
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
soname_spec='${libname}${release}.so$major'
shlibpath_var=LD_LIBRARY_PATH
shlibpath_overrides_runpath=yes
;;
openbsd*)
version_type=sunos
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
@ -1877,6 +1887,10 @@ newos6*)
lt_cv_file_magic_test_file=/usr/lib/libnls.so
;;
nto-qnx)
lt_cv_deplibs_check_method=unknown
;;
osf3* | osf4* | osf5*)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method='file_magic COFF format alpha shared library'