aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC56EL-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:23:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:23:03 +0000
commitfcf9090b967d7078d20072e3fef2e269ecff9699 (patch)
treefeba4c4e0e20b9181f9625679fcebfa544f9f144 /demos/PPC-SPC56EL-GCC
parent8e5c02f32c55ef78f0c13bd187959dcb06b9ff79 (diff)
downloadChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.tar.gz
ChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.tar.bz2
ChibiOS-fcf9090b967d7078d20072e3fef2e269ecff9699.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5130 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC56EL-GCC')
-rw-r--r--demos/PPC-SPC56EL-GCC/.project2
-rw-r--r--demos/PPC-SPC56EL-GCC/Makefile2
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).