diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2014-06-03 10:59:40 +0000 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2014-06-03 10:59:40 +0000 |
| commit | 902a5091914e0c77c478101e4cdeaea84aff02e6 (patch) | |
| tree | def8b784eeb7225ad51e7b6988554e035dc0aaf5 /toolchain/cortex-m0.cmake | |
| parent | cbf74d6c41613815366711a6a5322033c7c0ccc1 (diff) | |
Build system improvement.
Diffstat (limited to 'toolchain/cortex-m0.cmake')
| -rw-r--r-- | toolchain/cortex-m0.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/cortex-m0.cmake b/toolchain/cortex-m0.cmake index 90863d3..2536a87 100644 --- a/toolchain/cortex-m0.cmake +++ b/toolchain/cortex-m0.cmake @@ -4,5 +4,6 @@ set(CMAKE_SYSTEM_PROCESSOR cortex-m0) set(MCPU_FLAGS "-mthumb -mcpu=cortex-m0")
set(VFP_FLAGS "")
+set(LD_FLAGS "-nostartfiles")
include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file |
