From 48c9246114e3e7e9b2687dd4e95ce6c03dec8949 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Sep 2017 13:03:59 +0000 Subject: 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 --- demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/SPC5') 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). -- cgit v1.2.3