diff options
Diffstat (limited to 'demos/PPC-SPC563-GCC/Makefile')
-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
|