Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-05-29 18:02:04 +0400
committerNick Clifton <nickc@redhat.com>2003-05-29 18:02:04 +0400
commit14afd35266d4b10a4ba27fb411a8751d36cc9e7c (patch)
treed5fa80f6f7af3a2874133da9be4d73b6862b6fd6
parent87cde7d6003067be9680ca18b0dcc240e510f5e3 (diff)
Import patch to add FreeBSD support.
-rw-r--r--ChangeLog10
-rwxr-xr-xltconfig12
2 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4388638e9..552dee3b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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.
+
2003-05-28 DJ Delorie <dj@redhat.com>
* Makefile.tpl: Make maybe-check-gcc .PHONY.
diff --git a/ltconfig b/ltconfig
index 7a4d63579..f49a2cfea 100755
--- a/ltconfig
+++ b/ltconfig
@@ -1111,6 +1111,18 @@ darwin* | rhapsody*)
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
;;