commit | f9c8af31c5a46d176c732f71259a460753276ef6 | [log] [tgz] |
---|---|---|
author | Hasso Tepper <hasso@estpak.ee> | Wed Apr 09 11:03:05 2008 -0700 |
committer | Eric Anholt <eric@anholt.net> | Wed Apr 09 11:03:05 2008 -0700 |
tree | 33aba61aa4ebb5c3f844b7a1c7901090d0049539 | |
parent | 43887cf3967515f8e910e5091718e8e4f3a2edf7 [diff] [blame] |
Add support for dfbsd to mklib script.
diff --git a/bin/mklib b/bin/mklib index 90bf834..2fb215e 100755 --- a/bin/mklib +++ b/bin/mklib
@@ -107,6 +107,9 @@ -L*) DEPS="$DEPS $1" ;; + -Wl*) + DEPS="$DEPS $1" + ;; -pthread) # this is a special case (see bugzilla 10876) DEPS="$DEPS $1" @@ -198,7 +201,7 @@ # case $ARCH in - 'Linux' | 'OpenBSD' | 'GNU' | GNU/*) + 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/*) # we assume gcc if [ "x$LINK" = "x" ] ; then