Add support for dfbsd to mklib script.

This commit is contained in:
Hasso Tepper
2008-04-09 11:03:05 -07:00
committed by Eric Anholt
parent 43887cf396
commit f9c8af31c5

View File

@@ -107,6 +107,9 @@ do
-L*) -L*)
DEPS="$DEPS $1" DEPS="$DEPS $1"
;; ;;
-Wl*)
DEPS="$DEPS $1"
;;
-pthread) -pthread)
# this is a special case (see bugzilla 10876) # this is a special case (see bugzilla 10876)
DEPS="$DEPS $1" DEPS="$DEPS $1"
@@ -198,7 +201,7 @@ fi
# #
case $ARCH in case $ARCH in
'Linux' | 'OpenBSD' | 'GNU' | GNU/*) 'Linux' | 'OpenBSD' | 'DragonFly' | 'GNU' | GNU/*)
# we assume gcc # we assume gcc
if [ "x$LINK" = "x" ] ; then if [ "x$LINK" = "x" ] ; then