diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/PPC-SPC56EL-GCC/.project | 2 | ||||
-rw-r--r-- | demos/PPC-SPC56EL-GCC/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/PPC-SPC56EL-GCC/.project b/demos/PPC-SPC56EL-GCC/.project index 3f986fc83..67220475f 100644 --- a/demos/PPC-SPC56EL-GCC/.project +++ b/demos/PPC-SPC56EL-GCC/.project @@ -27,7 +27,7 @@ <link>
<name>board</name>
<type>2</type>
- <locationURI>CHIBIOS/boards/GENERIC_SPC563M</locationURI>
+ <locationURI>CHIBIOS/boards/GENERIC_SPC56EL</locationURI>
</link>
<link>
<name>os</name>
diff --git a/demos/PPC-SPC56EL-GCC/Makefile b/demos/PPC-SPC56EL-GCC/Makefile index 7561877cc..c35491bda 100644 --- a/demos/PPC-SPC56EL-GCC/Makefile +++ b/demos/PPC-SPC56EL-GCC/Makefile @@ -5,7 +5,7 @@ # Compiler options here.
ifeq ($(USE_OPT),)
- USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
+ USE_OPT = -O0 -ggdb -fomit-frame-pointer -falign-functions=16
endif
# C specific options here (added to USE_OPT).
|