зеркало из https://github.com/mozilla/gecko-dev.git
The build/hcc and build/hcpp scripts now take the compiler name as the
first argument. This patch is contributed by Tim Rice <tim@trr.metro.net>.
This commit is contained in:
Родитель
0fc1008a1a
Коммит
8e224331a0
|
@ -27,7 +27,7 @@ ifdef NS_USE_GCC
|
|||
CC = gcc
|
||||
CCC = g++
|
||||
else
|
||||
CC = $(NSDEPTH)/build/hcc -Xa -KGnum=0 -KOlimit=4000
|
||||
CC = $(NSDEPTH)/build/hcc cc -Xa -KGnum=0 -KOlimit=4000
|
||||
CCC = g++
|
||||
endif
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
include $(MOD_DEPTH)/config/UNIX.mk
|
||||
|
||||
ifeq (,$(filter-out 2.1,$(OS_RELEASE)))
|
||||
CC = $(NSDEPTH)/build/hcc
|
||||
CCC = $(NSDEPTH)/build/hcpp
|
||||
CC = $(NSDEPTH)/build/hcc cc
|
||||
CCC = $(NSDEPTH)/build/hcpp CC
|
||||
else
|
||||
CC = cc
|
||||
CCC = CC
|
||||
|
|
Загрузка…
Ссылка в новой задаче