diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 13:03:59 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 13:03:59 +0000 |
commit | 48c9246114e3e7e9b2687dd4e95ce6c03dec8949 (patch) | |
tree | 16237b7da58151fbea2b2c47b3c4c0aa4117e4f8 /demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | |
parent | e9ffaf9bdc231c69adffd5486c2949f21390e6e1 (diff) | |
download | ChibiOS-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/RT-SPC56EC-EVB/Makefile_ghs')
-rw-r--r-- | demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | 2 |
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).
|