mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Add support for BSDI 5.x
Thanks to lidl@pix.net for the patch. Bug #167375 r=cls,wtc
This commit is contained in:
parent
0413b05446
commit
e6f5f1af35
2
configure
vendored
2
configure
vendored
@ -4651,7 +4651,7 @@ fi
|
||||
_PEDANTIC=
|
||||
_IGNORE_LONG_LONG_WARNINGS=
|
||||
case $OS_RELEASE in
|
||||
4.*)
|
||||
4.*|5.*)
|
||||
STRIP="$STRIP -d"
|
||||
;;
|
||||
*)
|
||||
|
@ -741,7 +741,7 @@ case "$target" in
|
||||
_PEDANTIC=
|
||||
_IGNORE_LONG_LONG_WARNINGS=
|
||||
case $OS_RELEASE in
|
||||
4.*)
|
||||
4.*|5.*)
|
||||
STRIP="$STRIP -d"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user