diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-14 12:57:19 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-14 12:57:19 +0000 |
commit | 061c8328506ee40d5d52e31c39f385754a8cc57d (patch) | |
tree | 644f996781035f2ee74fb256cfe8334485038c30 /demos | |
parent | f4b73385582f468882abe2e49c02b8fd689b9f81 (diff) | |
download | ChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.tar.gz ChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.tar.bz2 ChibiOS-061c8328506ee40d5d52e31c39f385754a8cc57d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4656 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/PPC-SPC563-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC563-GCC/Makefile b/demos/PPC-SPC563-GCC/Makefile index 51e1b2645..cb8505a02 100644 --- a/demos/PPC-SPC563-GCC/Makefile +++ b/demos/PPC-SPC563-GCC/Makefile @@ -18,7 +18,7 @@ ifeq ($(USE_CPPOPT),) USE_CPPOPT = -fno-rtti
endif
-# Enable this if you want the linker to remove unused code and data
+# Enable this if you want the linker to remove unused code and data.
ifeq ($(USE_LINK_GC),)
USE_LINK_GC = no
endif
|