mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Fix for QNX/NTO.
This commit is contained in:
parent
41143724ac
commit
2a13cf8398
@ -93,9 +93,14 @@ CPU_ARCH_TAG := _$(CPU_ARCH)
|
||||
PERL := perl
|
||||
endif
|
||||
ifeq ($(OS_ARCH),QNX)
|
||||
ifeq ($(OS_TARGET),NTO)
|
||||
LD := qcc -Vgcc_ntox86 -nostdlib
|
||||
else
|
||||
OS_RELEASE := $(shell uname -v | sed 's/^\([0-9]\)\([0-9]*\)$$/\1.\2/')
|
||||
LD := $(CC)
|
||||
endif
|
||||
OS_TEST := x86
|
||||
endif
|
||||
ifeq ($(OS_ARCH),SCO_SV)
|
||||
OS_ARCH := SCOOS
|
||||
OS_RELEASE := 5.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user