From 135af7541414247f8193fa60eae99632b0d74274 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 19 Feb 2013 11:56:33 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5267 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC560B-GCC/Makefile | 2 +- demos/PPC-SPC560P-GCC/Makefile | 2 +- demos/PPC-SPC563M-GCC/Makefile | 2 +- demos/PPC-SPC56EL-GCC/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demos/PPC-SPC560B-GCC/Makefile b/demos/PPC-SPC560B-GCC/Makefile index ae63962f4..e51e064f1 100644 --- a/demos/PPC-SPC560B-GCC/Makefile +++ b/demos/PPC-SPC560B-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. 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. diff --git a/demos/PPC-SPC563M-GCC/Makefile b/demos/PPC-SPC563M-GCC/Makefile index 8ba97d6b0..ac86cf7cc 100644 --- a/demos/PPC-SPC563M-GCC/Makefile +++ b/demos/PPC-SPC563M-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. diff --git a/demos/PPC-SPC56EL-GCC/Makefile b/demos/PPC-SPC56EL-GCC/Makefile index 7213b32e7..2860f13bc 100644 --- a/demos/PPC-SPC56EL-GCC/Makefile +++ b/demos/PPC-SPC56EL-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.