mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Added OpenBSD to the list.
This commit is contained in:
parent
55d517229f
commit
2360b6da2a
@ -34,7 +34,7 @@ CPPSRCS = \
|
||||
$(NULL)
|
||||
|
||||
# SunOS i86pc should use the intel code too.
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
|
||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_unixish_x86.cpp \
|
||||
|
@ -34,7 +34,7 @@ CPPSRCS = \
|
||||
$(NULL)
|
||||
|
||||
# SunOS i86pc should use the intel code too.
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD BSD_OS,$(OS_ARCH)))
|
||||
ifneq (,$(filter SunOS Linux FreeBSD NetBSD OpenBSD BSD_OS,$(OS_ARCH)))
|
||||
ifeq (86,$(findstring 86,$(OS_TEST)))
|
||||
CPPSRCS = \
|
||||
xptcinvoke_unixish_x86.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user