From c0d4c8057e243bf7602b1e52a37b8151043355cf Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Fri, 20 Oct 2023 09:55:03 +0800 Subject: [PATCH] SoC/gd32vf103: nuclei_archext not existed in gd32vf103 npk.yml You cannot use this var in gd32vf103 npk.yml Signed-off-by: Huaqi Fang <578567190@qq.com> --- SoC/gd32vf103/Common/npk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoC/gd32vf103/Common/npk.yml b/SoC/gd32vf103/Common/npk.yml index ead953c5..cfb601ec 100644 --- a/SoC/gd32vf103/Common/npk.yml +++ b/SoC/gd32vf103/Common/npk.yml @@ -201,7 +201,7 @@ buildconfig: - type: common common_flags: # flags need to be combined together across all packages - flags: -g -fno-common -ffunction-sections -fdata-sections -msave-restore - - flags: -march=${nuclei_core.arch}${nuclei_archext} -mabi=${nuclei_core.abi} + - flags: -march=${nuclei_core.arch} -mabi=${nuclei_core.abi} - flags: -mcmodel=${nuclei_core.cmodel} - flags: -nostdinc condition: $( ${stdclib} == "nostd" )