From c0a616c52b6c00aeee8917329bf8659d3062a7bc Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Sep 2017 12:39:42 +0000 Subject: More GHS changes, SPC56ECxx demo compiles now. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10678 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 87c7b7058..eb5b7e3da 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 = -c99 -Ospeed -Onounroll + USE_OPT = -gnu99 -Ospeed -Onounroll endif # C specific options here (added to USE_OPT). -- cgit v1.2.3