libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

support for GNU/FreeBSD


From: Bruno Haible
Subject: support for GNU/FreeBSD
Date: Sat, 29 Mar 2003 13:12:33 +0100 (CET)

Here is support for FreeBSD with glibc
(see http://www.haible.de/bruno/gnu-freebsd/).

Note that the freebsd*-gnu*) case must occur before the freebsd*) case,
otherwise it would have no effect.


2002-07-14  Bruno Haible  <address@hidden>

        * libtool.m4 (_LT_AC_LTCONFIG_HACK): Add support for GNU/FreeBSD.

*** libtool-1.4.3/libtool.m4    2002-10-23 02:45:04.000000000 +0200
--- libtool.m4  2003-02-16 14:01:42.000000000 +0100
***************
*** 2084,2089 ****
--- 2100,2117 ----
    dynamic_linker=no
    ;;
  
+ freebsd*-gnu*)
+   version_type=linux
+   need_lib_prefix=no
+   need_version=no
+   library_names_spec='${libname}${release}.so$versuffix 
${libname}${release}.so$major $libname.so'
+   soname_spec='${libname}${release}.so$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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]