Skip to content

Commit

Permalink
SoC/gd32vf103: nuclei_archext not existed in gd32vf103 npk.yml
Browse files Browse the repository at this point in the history
You cannot use this var in gd32vf103 npk.yml

Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Oct 20, 2023
1 parent aa552c7 commit c0d4c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoC/gd32vf103/Common/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit c0d4c80

Please sign in to comment.