summaryrefslogtreecommitdiff
path: root/toolchain/cortex-m3.cmake
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2014-06-03 10:59:40 +0000
committergkostka <kostka.grzegorz@gmail.com>2014-06-03 10:59:40 +0000
commit902a5091914e0c77c478101e4cdeaea84aff02e6 (patch)
treedef8b784eeb7225ad51e7b6988554e035dc0aaf5 /toolchain/cortex-m3.cmake
parentcbf74d6c41613815366711a6a5322033c7c0ccc1 (diff)
Build system improvement.
Diffstat (limited to 'toolchain/cortex-m3.cmake')
-rw-r--r--toolchain/cortex-m3.cmake2
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