зеркало из https://github.com/mozilla/gecko-dev.git
Only use HOST_CC for INTERNAL_TOOLS when cross-compiling as it's the only time it actually matters. r,a=wtc
This commit is contained in:
Родитель
b8d31ec0ca
Коммит
71397cce36
|
@ -62,12 +62,14 @@ endif
|
||||||
|
|
||||||
ifdef USE_AUTOCONF
|
ifdef USE_AUTOCONF
|
||||||
ifdef INTERNAL_TOOLS
|
ifdef INTERNAL_TOOLS
|
||||||
|
ifdef CROSS_COMPILE
|
||||||
CC=$(HOST_CC)
|
CC=$(HOST_CC)
|
||||||
CCC=$(HOST_CXX)
|
CCC=$(HOST_CXX)
|
||||||
CFLAGS=$(HOST_CFLAGS)
|
CFLAGS=$(HOST_CFLAGS)
|
||||||
CXXFLAGS=$(HOST_CXXFLAGS)
|
CXXFLAGS=$(HOST_CXXFLAGS)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# This makefile contains rules for building the following kinds of
|
# This makefile contains rules for building the following kinds of
|
||||||
|
|
Загрузка…
Ссылка в новой задаче