beremiz

Preliminary accessor support for debug

2009-12-02, Edouard TISSERANT
18583d13f0fa
file isExecutable
Preliminary accessor support for debug
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)