diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-05 09:24:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-05 09:24:21 +0000 |
commit | 4b1df104c9190e943b7f3e0d544b235f5cb2dce4 (patch) | |
tree | a5e808078c81234fa1471a87de92e70e4f1b9b4b /demos | |
parent | 9d256a8b42e827204c80205cc47a982d5c5c7b52 (diff) | |
download | ChibiOS-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
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARM7-LPC214x-G++/Makefile | 2 |
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
|