Added a feeble first attempt at handling BSDI BSD/OS.

This commit is contained in:
briano%netscape.com 1999-02-10 02:14:35 +00:00
parent 81c281f428
commit 6c7c4456e9

View File

@ -156,6 +156,10 @@ alpha*-*-osf*)
DSO_CFLAGS=
fi ;;
*-bsdi*)
DSO_CFLAGS=''
;;
*-freebsd*)
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` = "elf"; then
DLL_SUFFIX="so"