aboutsummaryrefslogtreecommitdiffstats
path: root/demos/SPC5
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 13:03:59 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-22 13:03:59 +0000
commit48c9246114e3e7e9b2687dd4e95ce6c03dec8949 (patch)
tree16237b7da58151fbea2b2c47b3c4c0aa4117e4f8 /demos/SPC5
parente9ffaf9bdc231c69adffd5486c2949f21390e6e1 (diff)
downloadChibiOS-48c9246114e3e7e9b2687dd4e95ce6c03dec8949.tar.gz
ChibiOS-48c9246114e3e7e9b2687dd4e95ce6c03dec8949.tar.bz2
ChibiOS-48c9246114e3e7e9b2687dd4e95ce6c03dec8949.zip
Removed XMC1100 stuff, will not be supported.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10680 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/SPC5')
-rw-r--r--demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
index eb5b7e3da..a97fb9049 100644
--- a/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
+++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs
@@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -gnu99 -Ospeed -Onounroll
+ USE_OPT = -gnu99 -G -Ospeed -Onounroll
endif
# C specific options here (added to USE_OPT).