More changes for Mike

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5357 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-11-15 18:33:18 +00:00
parent f751d36eee
commit 2f5eab1892
176 changed files with 199 additions and 205 deletions
+2 -2
View File
@@ -106,7 +106,7 @@ ARCHCPUDEF = _Z8F6403
endif
endif
ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHASMOPTIMIZATION = -debug -sdiopt
else
ARCHASMOPTIMIZATION = -nodebug -sdiopt
@@ -123,7 +123,7 @@ AFLAGS = $(ARCHASMCPUFLAGS) $(ARCHASMINCLUDES) $(ARCHASMLIST) \
# Compiler definitions
ifeq ("${CONFIG_DEBUG_SYMBOLS}","y")
ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
ARCHOPTIMIZATION = -debug -NOregvar -reduceopt
else
ARCHOPTIMIZATION = -nodebug -regvar