]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)
authorLeif Ekblad <leif@rdos.net>
Thu, 12 Jan 2006 22:04:28 +0000 (22:04 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 12 Jan 2006 22:04:28 +0000 (22:04 +0000)
(AC_DEPLIBS_CHECK_METHOD, AC_LIBTOOL_PROG_COMPILER_PIC): Added
support for RDOS.
* NEWS: Updated.

ChangeLog
NEWS
libtool.m4

index 2600bbf4d547e188b1b4836e0d267f0bc7a08db4..33c594cb49a9c6c049e37fd387e6a450f9a224e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-12  Leif Ekblad  <leif@rdos.net>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)
+       (AC_DEPLIBS_CHECK_METHOD, AC_LIBTOOL_PROG_COMPILER_PIC): Added
+       support for RDOS.
+       * NEWS: Updated.
+
 2006-01-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4, ltmain.in, libltdl/ltdl.c: Bump copyright years.
diff --git a/NEWS b/NEWS
index d40ebd75ce592dad1bedfefa55cc73a3e902af54..59c033d522fca4cfb37d798d1e323607be580023 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
+* Initial support for RDOS.
 * Bug Fixes.
 \f
 New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team:
index c433f716b3f8d3155a9b7c58c95852446c3a6e17..e9ada3a1ecc23d0286f94b23bb0610b29ab0dd2e 100644 (file)
@@ -1680,6 +1680,10 @@ osf3* | osf4* | osf5*)
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
   ;;
 
+rdos*)
+  dynamic_linker=no
+  ;;
+
 solaris*)
   version_type=linux
   need_lib_prefix=no
@@ -2392,6 +2396,10 @@ osf3* | osf4* | osf5*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
+rdos*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
 solaris*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -5246,6 +5254,10 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
+    rdos*)
+      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      ;;
+
     solaris*)
       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'