]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* README: Updated.
authorMasahiro Nobori <nobori@ss.titech.ac.jp>
Thu, 14 Dec 2000 01:51:59 +0000 (01:51 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 14 Dec 2000 01:51:59 +0000 (01:51 +0000)
* NEWS: Updated.
* libtool.m4:  New port to NEWS-OS Release 6.

ChangeLog
NEWS
README
libtool.m4

index 7c308d518ee91bae46e6ae00c8c7009fef12e00a..20479710edf624b1e4b5bc5dd77984bb338ee46f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-14  Masahiro Nobori  <nobori@ss.titech.ac.jp>
+
+       * README:  Updated.
+       * NEWS: Updated.
+       * libtool.m4:  New port to NEWS-OS Release 6.
+       
 2000-12-14  Nick Hudson  <nick@nthcliff.demon.co.uk>
        
        * libtool.m4 (hardcode_libdir_flag_spec):  Remove linker
diff --git a/NEWS b/NEWS
index 3e55898162f5d61e403839b2b21bcd4e82511345..437774509e4d2c378c1fc08daab2ba10a42e8333 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,7 @@ New in 1.3d: 2000-??-??; CVS version 1.3c, Libtool team:
 * Start of support code for cross-compiling to win32.
 * libltdl can now be built as a dll with win32.
 * m4 macros needed to configure libltdl split out into libltdl/ltdl.m4.
+* New port to NEWS-OS Release 6.
 * Improved support for mingw32, NetBSD, Compaq Tru64 V5.0 and Digital
   Unix V4.*.
 * Initial support for ia64 linux.
diff --git a/README b/README
index f8da1c0fd51e2fe607bb6e179682c1eeefcf9504..337c3acdb4bbe43e810174c1e4df33c3b507a628 100644 (file)
--- a/README
+++ b/README
@@ -28,6 +28,7 @@ Shared library support has been implemented for these platforms:
   HP-UX 9.x, 10.x, 11.x (*-*-hpux9*, *-*-hpux10*, *-*-hpux11*) [see note]
   IRIX 5.x, 6.x (*-*-irix5*, *-*-irix6*)
   NCR MP-RAS 3.x (*-ncr-sysv4.3*) [see note]
+  NEWS-OS Release 6 (*-*-newsos6)
   Motorola System V 4 (mk88-motorola-sysv4) [see note]
   NetBSD 1.x (*-*-netbsd*)
   OpenBSD 2.x (*-*-openbsd*)
index 49cd1a9527432125e6f61be8b5e106dd494a2b85..ff3cc5d3d79c3491d1e2d01756a36ac145068e24 100644 (file)
@@ -865,6 +865,11 @@ AC_CACHE_VAL(ac_cv_prog_cc_pic,
       ac_cv_prog_cc_pic='-DDLL_EXPORT'
       ;;
 
+    newsos6)
+      ac_cv_prog_cc_pic='-KPIC'
+      ac_cv_prog_cc_static='-Bstatic'
+      ;;
+
     osf3* | osf4* | osf5*)
       # All OSF/1 code is PIC.
       ac_cv_prog_cc_wl='-Wl,'
@@ -1491,6 +1496,14 @@ else
     hardcode_shlibpath_var=no
     ;;
 
+  newsos6)
+    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
+    hardcode_direct=yes
+    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
+    hardcode_libdir_separator=:
+    hardcode_shlibpath_var=no
+    ;;
+
   openbsd*)
     archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
     hardcode_libdir_flag_spec='-R$libdir'
@@ -1902,6 +1915,16 @@ netbsd*)
   hardcode_into_libs=yes
   ;;
 
+newsos6)
+  version_type=linux
+  library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=yes
+  file_magic_cmd=/usr/bin/file
+  [deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)']
+  file_magic_test_file=/usr/lib/libnls.so
+  ;;
+
 openbsd*)
   version_type=sunos
   if test "$with_gnu_ld" = yes; then