Update bsdi template

This commit is contained in:
Bruce Momjian 2000-07-24 13:53:16 +00:00
parent f28ec8c5af
commit b9e6f068dc
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ case $host_os in
esac
case $host_os in
bsdi2.0 | bsdi2.1 | bsdi3)
bsdi2.0 | bsdi2.1 | bsdi3*)
SHARED_LIB=
DLSUFFIX=.o
CC=gcc2
;;
bsdi4)
*)
SHARED_LIB=-fpic
DLSUFFIX=.so
;;