Add support for dfbsd to mklib script.
authorHasso Tepper <hasso@estpak.ee>
Wed, 9 Apr 2008 18:03:05 +0000 (11:03 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 9 Apr 2008 18:03:05 +0000 (11:03 -0700)
bin/mklib

index 90bf834..2fb215e 100755 (executable)
--- 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