From f9c8af31c5a46d176c732f71259a460753276ef6 Mon Sep 17 00:00:00 2001 From: Hasso Tepper Date: Wed, 9 Apr 2008 11:03:05 -0700 Subject: Add support for dfbsd to mklib script. --- bin/mklib | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/mklib b/bin/mklib index 90bf834b43..2fb215e7d7 100755 --- a/bin/mklib +++ b/bin/mklib @@ -107,6 +107,9 @@ do -L*) DEPS="$DEPS $1" ;; + -Wl*) + DEPS="$DEPS $1" + ;; -pthread) # this is a special case (see bugzilla 10876) DEPS="$DEPS $1" @@ -198,7 +201,7 @@ fi # case $ARCH in - 'Linux' | 'OpenBSD' | 'GNU' | GNU/*) + 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/*) # we assume gcc if [ "x$LINK" = "x" ] ; then -- cgit v1.2.3