Skip to content

Commit

Permalink
SoC: change isystem option in npk.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed Jan 4, 2024
1 parent 77c2615 commit b522387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SoC/evalsoc/Common/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ buildconfig:
condition: $( ${stdclib} == "nostd" )
- flags:
condition: $( ${stdclib} == "nospec" )
- flags: -isystem=/include/libncrt
- flags: -isystem /include/libncrt
condition: $( startswith(${stdclib}, "libncrt") )
# For newlib nano, use system include newlib-nano
- flags: -isystem=/include/newlib-nano
- flags: -isystem /include/newlib-nano
condition: $( startswith(${stdclib}, "newlib") && ${stdclib} != "newlib_full" )
ldflags:
- flags: -nostartfiles -nodefaultlibs
Expand Down

0 comments on commit b522387

Please sign in to comment.