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
1 changed files with 4 additions and 1 deletions

View File

@ -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