summaryrefslogtreecommitdiffstats
path: root/cmake/arm.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/arm.cmake')
-rw-r--r--cmake/arm.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/arm.cmake b/cmake/arm.cmake
index b27e1cf..8e360bc 100644
--- a/cmake/arm.cmake
+++ b/cmake/arm.cmake
@@ -42,7 +42,7 @@
### @endcond
################################################################################
-SET(ARM_COMPILE_OPTIONS -nostdlib -nodefaultlibs -fomit-frame-pointer -target thumbv7-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft )
+SET(ARM_COMPILE_OPTIONS -nostdlib -nodefaultlibs -fomit-frame-pointer -target thumbv7-none-eabi -mcpu=cortex-m3 -mfloat-abi=soft -fno-builtin)
SET(ARM_LINK_OPTIONS --gc-sections)
# SET(CMAKE_EXE_LINKER_FLAGS -static)
OpenPOWER on IntegriCloud