greenhills: fix the "etc/init.d/rc.sysinit" file preprocess error

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
guoshichao 2024-07-24 19:53:24 +08:00 committed by Xiang Xiao
parent c2d26988fd
commit e5f40db601
1 changed files with 1 additions and 1 deletions

View File

@ -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