mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
greenhills: fix the "etc/init.d/rc.sysinit" file preprocess error
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
@@ -254,7 +254,7 @@ else ifeq ($(CONFIG_ARM_TOOLCHAIN_ARMCLANG),y)
|
||||
else ifeq ($(CONFIG_ARM_TOOLCHAIN_GHS),y)
|
||||
CC = ccarm
|
||||
CXX = cxarm
|
||||
CPP = ccarm -E
|
||||
CPP = ccarm -E -P
|
||||
LD = cxarm
|
||||
STRIP = gstrip
|
||||
AR = cxarm
|
||||
|
||||
Reference in New Issue
Block a user