Skip to content

Commit

Permalink
WIP - test nano + nosys
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed May 22, 2024
1 parent 63acd62 commit 945bd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ToolchainGCCArmDefine.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ set(CMAKE_C_FLAGS_INIT "${CHIP_FLAGS}")
set(CMAKE_CXX_FLAGS_INIT "${CHIP_FLAGS} -Wvla -fno-exceptions -fno-rtti")
set(CMAKE_ASM_FLAGS_INIT "${CHIP_FLAGS}")

set(CMAKE_EXE_LINKER_FLAGS_INIT "${CHIP_LINKER_FLAGS} --specs=nano.specs -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group")
set(CMAKE_EXE_LINKER_FLAGS_INIT "${CHIP_LINKER_FLAGS} --specs=nosys.specs --specs=nano.specs -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group")

0 comments on commit 945bd3e

Please sign in to comment.