From: Gary V. Vaughan Date: Thu, 12 Jul 2001 23:36:36 +0000 (+0000) Subject: From dda@sleepycat.com (Don Anderson): X-Git-Tag: release-1-4d~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=706b9e9c362bd07dd0b57ee4657f3f98c7f34bd8;p=thirdparty%2Flibtool.git 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. --- diff --git a/ChangeLog b/ChangeLog index e9cb37393..6ee6a3bea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-07-12 Gary V. Vaughan + 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 : * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [cygwin*]: Make sure that /lib/w32api is searched for system libraries to diff --git a/NEWS b/NEWS index a280793fa..d7dcd8728 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/libtool.m4 b/libtool.m4 index 93a4876da..23fdda925 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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'