ext4_blockdev: a number of changes below
[lwext4.git] / toolchain / cortex-m3.cmake
index 94c31eebf71cdd5a14df6d52aaf10ce2d5357990..1376b5ccb2d948697d9eb9e3b5e3ed0558587da7 100644 (file)
@@ -1,9 +1,9 @@
 # Name of the target\r
-set(CMAKE_SYSTEM_NAME arm-none-eabi)\r
+set(CMAKE_SYSTEM_NAME Generic)\r
 set(CMAKE_SYSTEM_PROCESSOR cortex-m3)\r
 \r
 set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")\r
 set(VFP_FLAGS "")\r
+set(LD_FLAGS "-nostartfiles")\r
 \r
-\r
-include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file
+include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)\r