Merge pull request #49 from sirocyl/patch-1
[lwext4.git] / toolchain / cortex-m3.cmake
1 # Name of the target
2 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_SYSTEM_PROCESSOR cortex-m3)
4
5 set(MCPU_FLAGS "-mthumb -mcpu=cortex-m3")
6 set(VFP_FLAGS "")
7 set(LD_FLAGS "-nostartfiles")
8
9 include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)