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-m3.cmake | |
| parent | cbf74d6c41613815366711a6a5322033c7c0ccc1 (diff) | |
Build system improvement.
Diffstat (limited to 'toolchain/cortex-m3.cmake')
| -rw-r--r-- | toolchain/cortex-m3.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/cortex-m3.cmake b/toolchain/cortex-m3.cmake index 94c31ee..0b60153 100644 --- a/toolchain/cortex-m3.cmake +++ b/toolchain/cortex-m3.cmake @@ -4,6 +4,6 @@ set(CMAKE_SYSTEM_PROCESSOR cortex-m3) set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")
set(VFP_FLAGS "")
-
+set(LD_FLAGS "-nostartfiles")
include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file |
