]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
authorBruno Haible <bruno@clisp.org>
Wed, 21 May 2003 04:45:25 +0000 (04:45 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 21 May 2003 04:45:25 +0000 (04:45 +0000)
GNU/FreeBSD.

ChangeLog
libtool.m4

index a8d8e86410876aa412a825701abe08439b252830..e9f8e0d16b9478989d73885efb52544d394b63a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-21  Bruno Haible  <bruno@clisp.org>
+
+       * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Add support for
+       GNU/FreeBSD.
+
 2003-04-21  Richard Dawe  <rich@phekda.freeserve.co.uk>
 
        * doc/libtool.texi: Use @ifnottex instead of @ifinfo,
index ce7939fa7c7d45719d130ec0cd909f4a941a3464..83f149da58cfc663d3a343b4192b1efb70c53fb1 100644 (file)
@@ -1284,6 +1284,18 @@ freebsd1*)
   dynamic_linker=no
   ;;
 
+freebsd*-gnu*)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='GNU ld.so'
+  ;;
+
 freebsd*)
   objformat=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
   version_type=freebsd-$objformat