aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-05 09:24:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-05 09:24:21 +0000
commit4b1df104c9190e943b7f3e0d544b235f5cb2dce4 (patch)
treea5e808078c81234fa1471a87de92e70e4f1b9b4b
parent9d256a8b42e827204c80205cc47a982d5c5c7b52 (diff)
downloadChibiOS-4b1df104c9190e943b7f3e0d544b235f5cb2dce4.tar.gz
ChibiOS-4b1df104c9190e943b7f3e0d544b235f5cb2dce4.tar.bz2
ChibiOS-4b1df104c9190e943b7f3e0d544b235f5cb2dce4.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1904 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--demos/ARM7-LPC214x-G++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/Makefile b/demos/ARM7-LPC214x-G++/Makefile
index 0cc8f6e53..549fd8f1f 100644
--- a/demos/ARM7-LPC214x-G++/Makefile
+++ b/demos/ARM7-LPC214x-G++/Makefile
@@ -10,7 +10,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
- USE_CPPOPT = -fno-rtti
+ USE_CPPOPT = -fno-rtti -fno-exceptions
endif
# Enable this if you want the linker to remove unused code and data