]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
freebsd-elf deplibs port
authorGary V. Vaughan <gary@gnu.org>
Wed, 20 Jan 1999 12:15:35 +0000 (12:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 20 Jan 1999 12:15:35 +0000 (12:15 +0000)
ChangeLog
THANKS
ltconfig.in

index e20b84832a4e4bbcbc6f7ad3af43260d92851c44..1812a4ed73f53b6f454b2b9a754e26ca74d236eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-01-20  Gary V. Vaughan  <gvaughan@oranda.demon.co.uk>
+
+       * THANKS: Added Vladimir Kushnir.
+       
+1999-01-20  Vladimir Kushnir  <kushn@mail.kar.net>
+       
+       * ltconfig.in (freebsd3*): Define `deplibs_check_method' and
+       `file_magic_command' for freebsd-elf.
+
 1999-01-20  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * TODO: should we also build a `static' copy of a convenience
diff --git a/THANKS b/THANKS
index d0496314bec56f26d6c0ae23b116353c4343f067..620aeebb7456624eae9d74879daa90685be3faff 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -39,4 +39,5 @@ Thomas Esser <te@informatik.uni-hannover.de>
 Todd Vierling <tv@pobox.com>
 Tom Tromey <tromey@cygnus.com>
 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de>
+Vladimir Kushnir <kushn@mail.kar.net>
 Volker Kuhlmann <kuhlmav@elec.canterbury.ac.nz>
index fd14b571a2b5a646e191bbc0bf913a6b8253f36f..de77eb99eda54ef6e5d5cd66e39b4c2b20ec7a92 100755 (executable)
@@ -1668,6 +1668,15 @@ cygwin32* | mingw32*)
 freebsd2* | freebsd3*)
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
   version_type=freebsd-$objformat
+  case "$version_type" in
+    freebsd-elf*)
+      deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
+      file_magic_command=file
+      ;;
+    freebsd-*)
+      deplibs_check_method=unknown
+      ;;
+  esac
   library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix'
   finish_cmds='PATH="$PATH:/sbin" OBJFORMAT="$objformat" ldconfig -m $libdir'
   shlibpath_var=LD_LIBRARY_PATH