Build system improvement.
[lwext4.git] / toolchain / cortex-m0.cmake
index 90863d373dc0839ca484a923d121697cb92b42a4..2536a879674516601bf89fe2e1653ed18ac18605 100644 (file)
@@ -4,5 +4,6 @@ set(CMAKE_SYSTEM_PROCESSOR cortex-m0)
 \r
 set(MCPU_FLAGS "-mthumb -mcpu=cortex-m0")\r
 set(VFP_FLAGS "")\r
+set(LD_FLAGS "-nostartfiles")\r
 \r
 include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file