summaryrefslogtreecommitdiffstats
path: root/cmake/arm.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/arm.cmake')
-rw-r--r--cmake/arm.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/arm.cmake b/cmake/arm.cmake
index 29bf3a8..0d20e27 100644
--- a/cmake/arm.cmake
+++ b/cmake/arm.cmake
@@ -45,6 +45,7 @@
SET(ARM_COMPILE_OPTIONS -nostdlib -nodefaultlibs
-fomit-frame-pointer
-fno-builtin
+ -include "${CMAKE_SOURCE_DIR}/include/banned.h"
-target thumbv7-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft)
SET(ARM_LINK_OPTIONS --gc-sections)
# SET(CMAKE_EXE_LINKER_FLAGS -static)
OpenPOWER on IntegriCloud