Convert to linux line endings in multiple files
[lwext4.git] / toolchain / arm-sim.cmake
1 # Name of the target
2 set(CMAKE_SYSTEM_NAME Generic)
3 set(CMAKE_SYSTEM_PROCESSOR arm-sim)
4
5 set(MCPU_FLAGS "")
6 set(VFP_FLAGS "")
7 set(LD_FLAGS "--specs=rdimon.specs -Wl,--start-group -lgcc -lc -lm -lrdimon -Wl,--end-group")
8
9 include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)