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-m4.cmake | |
| parent | 288fc85b5ec47252d148a95cc6de9e59710d87f5 (diff) | |
Convert to linux line endings in multiple files
Diffstat (limited to 'toolchain/cortex-m4.cmake')
| -rw-r--r-- | toolchain/cortex-m4.cmake | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/toolchain/cortex-m4.cmake b/toolchain/cortex-m4.cmake index cc32aa6..fef16ed 100644 --- a/toolchain/cortex-m4.cmake +++ b/toolchain/cortex-m4.cmake @@ -1,9 +1,9 @@ -# Name of the target
-set(CMAKE_SYSTEM_NAME Generic)
-set(CMAKE_SYSTEM_PROCESSOR cortex-m4)
-
-set(MCPU_FLAGS "-mthumb -mcpu=cortex-m4")
-set(VFP_FLAGS "-mfloat-abi=hard -mfpu=fpv4-sp-d16")
-set(LD_FLAGS "-nostartfiles")
-
+# Name of the target +set(CMAKE_SYSTEM_NAME Generic) +set(CMAKE_SYSTEM_PROCESSOR cortex-m4) + +set(MCPU_FLAGS "-mthumb -mcpu=cortex-m4") +set(VFP_FLAGS "-mfloat-abi=hard -mfpu=fpv4-sp-d16") +set(LD_FLAGS "-nostartfiles") + include(${CMAKE_CURRENT_LIST_DIR}/common/arm-none-eabi.cmake)
\ No newline at end of file |
