mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
Disable Memory mapped file support for QNX and Neutrino platforms.
This commit is contained in:
parent
6165c519c9
commit
d4fba16d44
@ -40,7 +40,10 @@ override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
# Memory mapped files are not supported under QNX and Neutrino
|
||||
ifneq ($(OS_ARCH),QNX)
|
||||
DEFINES += -DUSE_MMAP_REGISTRY_IO
|
||||
endif
|
||||
|
||||
# Override gtscc when building vreg on IRIX 5.3.
|
||||
ifeq ($(OS_ARCH)$(OS_RELEASE),IRIX5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user