targets/LPC/__init__.py
author laurent
Wed, 09 Dec 2009 09:43:21 +0100
changeset 485 8b2da4b9d408
parent 478 029688dad14d
child 489 e3adb9f63171
permissions -rwxr-xr-x
Bug that block SetVariableList on Linux fixed
from .. import toolchain_makefile

class Makefile_target(toolchain_makefile):
    extension = ".ld"
    DebugEnabled = False
    def getBuilderLDFLAGS(self):
        return toolchain_makefile.getBuilderLDFLAGS(self)