aboutsummaryrefslogtreecommitdiffstats
path: root/demos/PPC-SPC560P-GCC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 11:56:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-19 11:56:33 +0000
commit135af7541414247f8193fa60eae99632b0d74274 (patch)
tree3180b5cb33bd25b0fa2908c2f9488b902fb215c1 /demos/PPC-SPC560P-GCC
parent72858cb49d82d0e04de168f2348c4243c4f50c69 (diff)
downloadChibiOS-135af7541414247f8193fa60eae99632b0d74274.tar.gz
ChibiOS-135af7541414247f8193fa60eae99632b0d74274.tar.bz2
ChibiOS-135af7541414247f8193fa60eae99632b0d74274.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5267 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC560P-GCC')
-rw-r--r--demos/PPC-SPC560P-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC560P-GCC/Makefile b/demos/PPC-SPC560P-GCC/Makefile
index bedba5609..66d880da3 100644
--- a/demos/PPC-SPC560P-GCC/Makefile
+++ b/demos/PPC-SPC560P-GCC/Makefile
@@ -20,7 +20,7 @@ endif
# Enable this if you want the linker to remove unused code and data.
ifeq ($(USE_LINK_GC),)
- USE_LINK_GC = no
+ USE_LINK_GC = yes
endif
# If enabled, this option allows to compile the application in VLE mode.