summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config/ChangeLog5
-rw-r--r--src/config/shlib.conf2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 3668b8904..ef4a64039 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-19 Sam Hartman <hartmans@mit.edu>
+
+ * shlib.conf: Add support for gnu hurd and for BSD kernels with
+ glibc; use the Linux shared library procedure
+
2004-07-11 Ken Raeburn <raeburn@mit.edu>
* shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in
diff --git a/src/config/shlib.conf b/src/config/shlib.conf
index 7078afeac..b17d90077 100644
--- a/src/config/shlib.conf
+++ b/src/config/shlib.conf
@@ -307,7 +307,7 @@ mips-*-netbsd*)
CC_LINK_STATIC='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g` $(PURE) $(CC) $(CFLAGS) $(LDFLAGS)'
RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;'
;;
-*-*-linux*)
+*-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu)
PICFLAGS=-fPIC
SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)'
SHLIBSEXT='.so.$(LIBMAJOR)'