diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-06-28 00:16:12 +0200 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-06-28 00:16:12 +0200 |
| commit | 17fedd17fc0d9b1bf00dacdbe6834523db9abdb4 (patch) | |
| tree | 82c233ae5a86e6320403c84be53853403968a091 /toolchain/arm-sim.cmake | |
| parent | 2d734d7ea8c9501e296bcd13cbecbf22396e5d5e (diff) | |
Set CMAKE_SYSTEM_NAME to Generic
Diffstat (limited to 'toolchain/arm-sim.cmake')
| -rw-r--r-- | toolchain/arm-sim.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/arm-sim.cmake b/toolchain/arm-sim.cmake index 9eeda95..1c372f3 100644 --- a/toolchain/arm-sim.cmake +++ b/toolchain/arm-sim.cmake @@ -1,9 +1,9 @@ # Name of the target
-set(CMAKE_SYSTEM_NAME arm-none-eabi)
+set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR arm-sim)
set(MCPU_FLAGS "")
set(VFP_FLAGS "")
set(LD_FLAGS "--specs=rdimon.specs -Wl,--start-group -lgcc -lc -lm -lrdimon -Wl,--end-group")
-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)
|
