[PATCH] updated GNU/FreeBSD patch for latest binutils

Nick Clifton nickc@redhat.com
Thu May 29 15:04:00 GMT 2003


Hi Robert,

> in any case, libtool maintainers just accepted the GNU/FreeBSD changes
> in their CVS [1]. please update from there what you find necessary.
>
> [1] http://savannah.gnu.org/cgi-bin/cvsweb/libtool/ChangeLog?rev=1.1227&content-type=text/x-cvsweb-markup

Certainly, here goes:

Cheers
        Nick
        
2003-05-29  Robert Millan  <rmh@debian.org>

	* ltconfig: Import this patch and modify for use with current
	version of ltconfig:

	2003-05-21  Bruno Haible  <bruno@clisp.org>

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

Index: ltconfig
===================================================================
RCS file: /cvs/src/src/ltconfig,v
retrieving revision 1.18
diff -c -3 -p -r1.18 ltconfig
*** ltconfig	20 Feb 2003 02:09:58 -0000	1.18
--- ltconfig	29 May 2003 14:00:35 -0000
*************** darwin* | rhapsody*)
*** 1111,1116 ****
--- 1111,1128 ----
    shlibpath_var=DYLD_LIBRARY_PATH
    ;;
  
+ 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/FreeBSD ld.so'
+   ;;
+ 
  freebsd1*)
    dynamic_linker=no
    ;;



More information about the Binutils mailing list