]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in (*-sequent-sysv4): New Port.
authorChris Lattner <sabre@skylab.org>
Sat, 27 May 2000 00:45:59 +0000 (00:45 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 27 May 2000 00:45:59 +0000 (00:45 +0000)
ChangeLog
NEWS
ltconfig.in

index b8eeeb386adc49d984850704f671dcfc4fbd1a8a..65949898c8e54fa2cc346c1b56de31d491565197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-27  Chris Lattner  <sabre@skylab.org>
+
+       * ltconfig.in (*-sequent-sysv4): New Port.
+
 2000-05-14  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
        * libtool.m4 (AC_LIBLTDL_CONVENIENCE, AC_LIBLTDL_INSTALLABLE):
diff --git a/NEWS b/NEWS
index ce534203ebcd985e11aa8abaf2d2853b8e910a1c..e5070321709466db983d3c30aa809f9e2f42eef9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 1.3.5: 2000-05-27, CVS version 1.3.4a, Libtool team:
+* Support for *-sequent-sysv4.
+* Support recent dlltool formats.
+* Bugfixes.
+\f
 New in 1.3.4: 1999-12-08, CVS version 1.3.3a, Libtool team:
 * Support for Compaq Tru64 V5.0.
-* Improved support for Digatal Unix V4.*.
+* Improved support for Digital Unix V4.*.
 * Improved support for NetBSD, FreeBSD and Unixware.
 * Many fine bugfixes.
 \f
index db10a66f9af782cb6467204bd9ea852fc2201db7..30f88e384587cd86afb3c36aaa752f7694f12dbb 100755 (executable)
@@ -1472,7 +1472,13 @@ else
     ;;
 
   sysv4)
-    archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
+    if test "x$host_vendor" = xsequent; then
+      # Use $CC to link under sequent, because it throws in some extra .o 
+      # files that make .init and .fini sections work.
+      archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $linkopts'
+    else
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linkopts'
+    fi
     runpath_var='LD_RUN_PATH'
     hardcode_shlibpath_var=no
     hardcode_direct=no #Motorola manual says yes, but my tests say they lie 
@@ -2081,6 +2087,10 @@ sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
   soname_spec='${libname}${release}.so$major'
   shlibpath_var=LD_LIBRARY_PATH
   case "$host_vendor" in
+    sequent)
+      file_magic_cmd='/bin/file'
+      deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
+      ;;
     ncr)
       deplibs_check_method='pass_all'
       ;;