зеркало из https://github.com/mozilla/pjs.git
Added a feeble first attempt at handling BSDI BSD/OS.
This commit is contained in:
Родитель
1310389704
Коммит
9deab3ddb6
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче