diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2016-09-12 00:13:59 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2016-09-12 00:13:59 +0200 |
commit | 17ced7d38a9f1fcefc723420038470b4382f6dad (patch) | |
tree | 15f9c0d6b5182bef59ac64456ff0ecbdcc475ed3 /nrf51.cmake | |
parent | 1e44cbf29d35ca020e0402f2a8289935abcb54c6 (diff) | |
download | mcu.cmake-17ced7d38a9f1fcefc723420038470b4382f6dad.tar.gz mcu.cmake-17ced7d38a9f1fcefc723420038470b4382f6dad.tar.bz2 mcu.cmake-17ced7d38a9f1fcefc723420038470b4382f6dad.tar.xz mcu.cmake-17ced7d38a9f1fcefc723420038470b4382f6dad.zip |
o Working version back to listing everything in the cmake file but some help from the cmake libs.
Diffstat (limited to 'nrf51.cmake')
-rw-r--r-- | nrf51.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nrf51.cmake b/nrf51.cmake index 6746527..4145f91 100644 --- a/nrf51.cmake +++ b/nrf51.cmake @@ -23,5 +23,3 @@ find_program(ARM_SIZE_TOOL arm-none-eabi-size ${TOOLCHAIN_DIR}/bin) set(CMAKE_C_COMPILER ${ARM_CC}) set(CMAKE_CXX_COMPILER ${ARM_CXX}) set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) - -add_compile_options("-mcpu=cortex-m0" "-mthumb" "-mabi=aapcs" "--std=gnu99" "-Wall" "-mfloat-abi=soft") |