]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From dda@sleepycat.com (Don Anderson):
authorGary V. Vaughan <gary@gnu.org>
Thu, 12 Jul 2001 23:36:36 +0000 (23:36 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 12 Jul 2001 23:36:36 +0000 (23:36 +0000)
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [qnx]: New
supported architecture.
(AC_DEPLIBS_CHECK_METHOD) [qnx]:  Ditto.
* NEWS: Updated.

ChangeLog
NEWS
libtool.m4

index e9cb3739304bf37d1018e5c8ddc8c01040cd9763..6ee6a3beac4fd4ce13d7035fed7ae2c1b077b440 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index a280793fa65c1de9e37839ae2c1dfca7f3d21c7a..d7dcd87288f867317870f8b7921b392654f872ca 100644 (file)
--- 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.
 \f
 New in 1.4b: 2001-07-09; CVS version 1.4a, Libtool team:
index 93a4876dafb8392cdbe95111502153346ad38fa7..23fdda925b8e885ac5e2f8bb05f11b0b930dc9c7 100644 (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'