aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-04-23 14:01:56 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-04-23 14:01:56 +0000
commite70b7f391dfae42a7262032dc959b235b21b5a3d (patch)
treec87594c58d8a44f5c41e531d6b2ed1912b466d63 /demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
parent127f05fda883908de796101bf6a811193d00f386 (diff)
downloadChibiOS-e70b7f391dfae42a7262032dc959b235b21b5a3d.tar.gz
ChibiOS-e70b7f391dfae42a7262032dc959b235b21b5a3d.tar.bz2
ChibiOS-e70b7f391dfae42a7262032dc959b235b21b5a3d.zip
More C++ fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11952 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile')
-rw-r--r--demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile b/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
index f316c47e3..5783d3148 100644
--- a/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
+++ b/demos/STM32/RT-STM32F407-DISCOVERY-G++/Makefile
@@ -15,7 +15,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
- USE_CPPOPT = -fno-rtti
+ USE_CPPOPT = -std=gnu++11 -fno-rtti
endif
# Enable this if you want the linker to remove unused code and data