From 17ced7d38a9f1fcefc723420038470b4382f6dad Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 12 Sep 2016 00:13:59 +0200 Subject: o Working version back to listing everything in the cmake file but some help from the cmake libs. --- nrf51.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'nrf51.cmake') 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") -- cgit v1.2.3