Disable Memory mapped file support for QNX and Neutrino platforms.

This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-09-08 12:42:23 +00:00
parent 6165c519c9
commit d4fba16d44

View File

@ -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)