mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
for windows cl host, -Fo is the preferred out option. -o is deprecated., b=418842, r=bsmedberg, a=beltzner
This commit is contained in:
parent
716544dbae
commit
5a5d7d38c8
@ -574,7 +574,8 @@ endif
|
||||
|
||||
ifeq ($(OS_TARGET), WINCE)
|
||||
OUTOPTION = -Fo# eol
|
||||
endif
|
||||
HOST_OUTOPTION = -Fo# eol
|
||||
else
|
||||
|
||||
ifeq (,$(CROSS_COMPILE))
|
||||
HOST_OUTOPTION = $(OUTOPTION)
|
||||
@ -582,6 +583,7 @@ else
|
||||
HOST_OUTOPTION = -o # eol
|
||||
endif
|
||||
|
||||
endif
|
||||
################################################################################
|
||||
|
||||
# SUBMAKEFILES: List of Makefiles for next level down.
|
||||
|
Loading…
x
Reference in New Issue
Block a user