Fix up #defines to use full path; fix up code for g++ 3.4
SConscript:
Remove efence option from automatically being used.
--HG--
extra : convert_revision : 466bb8077aa341db0b409720e2a73535b1fa6b69
This commit is contained in:
@@ -432,7 +432,7 @@ env.Append(CPPPATH='.')
|
||||
|
||||
# Debug binary
|
||||
debug = env.Copy(OBJSUFFIX='.do')
|
||||
debug.Append(CCFLAGS=Split('-g -gstabs+ -O0 -lefence'))
|
||||
debug.Append(CCFLAGS=Split('-g -gstabs+ -O0'))
|
||||
debug.Append(CPPDEFINES='DEBUG')
|
||||
debug.Program(target = 'm5.debug', source = make_objs(sources, debug))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user