Default to non-monolithic builds for BSDI.
Set standard BSD thread flags for BSDI. Thanks to Kurt J. Lidl <lidl@pix.net> for the patch. git-svn-id: svn://10.0.0.236/trunk@85033 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
25786aedd7
commit
da12781833
@ -2072,7 +2072,7 @@ then
|
||||
fi
|
||||
|
||||
case "$target" in
|
||||
*-*-freebsd*|*-*-openbsd*)
|
||||
*-*-freebsd*|*-*-openbsd*|*-*-bsdi*)
|
||||
AC_DEFINE(_REENTRANT)
|
||||
AC_DEFINE(_THREAD_SAFE)
|
||||
dnl -pthread links in -lc_r, so don't specify it explicitly.
|
||||
@ -3011,6 +3011,7 @@ case "$target" in
|
||||
*-*-linux*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-*-solaris*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-openvms*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-bsdi*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-freebsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-netbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-openbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user