greenhills: fix the "etc/init.d/rc.sysinit" file preprocess error
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
c2d26988fd
commit
e5f40db601
|
@ -254,7 +254,7 @@ else ifeq ($(CONFIG_ARM_TOOLCHAIN_ARMCLANG),y)
|
||||||
else ifeq ($(CONFIG_ARM_TOOLCHAIN_GHS),y)
|
else ifeq ($(CONFIG_ARM_TOOLCHAIN_GHS),y)
|
||||||
CC = ccarm
|
CC = ccarm
|
||||||
CXX = cxarm
|
CXX = cxarm
|
||||||
CPP = ccarm -E
|
CPP = ccarm -E -P
|
||||||
LD = cxarm
|
LD = cxarm
|
||||||
STRIP = gstrip
|
STRIP = gstrip
|
||||||
AR = cxarm
|
AR = cxarm
|
||||||
|
|
Loading…
Reference in New Issue