beremiz

Fix debug crash

2009-12-06, Edouard TISSERANT
af7350d24ab5
file isExecutable
Fix debug crash
from .. import toolchain_makefile
class Makefile_target(toolchain_makefile):
extension = ".ld"
DebugEnabled = False
def getBuilderLDFLAGS(self):
return toolchain_makefile.getBuilderLDFLAGS(self)