From: Hasso Tepper Date: Wed, 9 Apr 2008 18:03:05 +0000 (-0700) Subject: Add support for dfbsd to mklib script. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9c8af31c5a46d176c732f71259a460753276ef6;p=mesa.git Add support for dfbsd to mklib script. --- diff --git a/bin/mklib b/bin/mklib index 90bf834b435..2fb215e7d7f 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