diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 12:39:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-22 12:39:42 +0000 |
commit | c0a616c52b6c00aeee8917329bf8659d3062a7bc (patch) | |
tree | 7d3f3dc45a3182ea25298cebfca23d73bb62c175 /demos/SPC5/RT-SPC56EC-EVB/Makefile_ghs | |
parent | 44754da7e4e395fc41afd87133b34f99ca9ff662 (diff) | |
download | ChibiOS-c0a616c52b6c00aeee8917329bf8659d3062a7bc.tar.gz ChibiOS-c0a616c52b6c00aeee8917329bf8659d3062a7bc.tar.bz2 ChibiOS-c0a616c52b6c00aeee8917329bf8659d3062a7bc.zip |
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
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 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).
|