aboutsummaryrefslogtreecommitdiff
path: root/makefiles/toolchain_gnu-arm-eabi.mk
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-12-06 15:36:58 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-12-06 15:36:58 +0100
commit52c35a8e20c99de4e7b6e27856d340a3a355250c (patch)
tree8c2fa948dc0ea81f00a0396a5d7dc340e1ff957f /makefiles/toolchain_gnu-arm-eabi.mk
parent6f9cbd97510dce4d0bfe715fa77af3b99d282659 (diff)
downloadpx4-firmware-52c35a8e20c99de4e7b6e27856d340a3a355250c.tar.gz
px4-firmware-52c35a8e20c99de4e7b6e27856d340a3a355250c.tar.bz2
px4-firmware-52c35a8e20c99de4e7b6e27856d340a3a355250c.zip
solve conflict for definiton of FILE
Diffstat (limited to 'makefiles/toolchain_gnu-arm-eabi.mk')
-rw-r--r--makefiles/toolchain_gnu-arm-eabi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/toolchain_gnu-arm-eabi.mk b/makefiles/toolchain_gnu-arm-eabi.mk
index 84e5cd08a..b98b1a0af 100644
--- a/makefiles/toolchain_gnu-arm-eabi.mk
+++ b/makefiles/toolchain_gnu-arm-eabi.mk
@@ -121,7 +121,7 @@ INSTRUMENTATIONDEFINES = $(ARCHINSTRUMENTATIONDEFINES_$(CONFIG_ARCH))
# Language-specific flags
#
ARCHCFLAGS = -std=gnu99
-ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics
+ARCHCXXFLAGS = -fno-exceptions -fno-rtti -std=gnu++0x -fno-threadsafe-statics -D__CUSTOM_FILE_IO__
# Generic warnings
#