diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-12-09 21:23:31 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-12-09 21:23:31 +0100 |
| commit | f5be9f5ec391ee19a442c5db5f1ebb6660ce685d (patch) | |
| tree | 4397b542721f0e0d50a7bbc2dbc1f495c59fc43c /toolchain/cortex-m0.cmake | |
| parent | 288fc85b5ec47252d148a95cc6de9e59710d87f5 (diff) | |
Convert to linux line endings in multiple files
Diffstat (limited to 'toolchain/cortex-m0.cmake')
| -rw-r--r-- | toolchain/cortex-m0.cmake | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/toolchain/cortex-m0.cmake b/toolchain/cortex-m0.cmake index ed702a0..0ad3d56 100644 --- a/toolchain/cortex-m0.cmake +++ b/toolchain/cortex-m0.cmake @@ -1,9 +1,9 @@ -# Name of the target
-set(CMAKE_SYSTEM_NAME Generic)
-set(CMAKE_SYSTEM_PROCESSOR cortex-m0)
-
-set(MCPU_FLAGS "-mthumb -mcpu=cortex-m0")
-set(VFP_FLAGS "")
-set(LD_FLAGS "-nostartfiles")
-
+# Name of the target +set(CMAKE_SYSTEM_NAME Generic) +set(CMAKE_SYSTEM_PROCESSOR cortex-m0) + +set(MCPU_FLAGS "-mthumb -mcpu=cortex-m0") +set(VFP_FLAGS "") +set(LD_FLAGS "-nostartfiles") + include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file |
