targets/LPC/__init__.py
changeset 508 73ecb803d8af
parent 489 e3adb9f63171
child 538 ad05f27222cd
equal deleted inserted replaced
507:bf6f623d7450 508:73ecb803d8af
     1 from .. import toolchain_makefile
     1 from .. import toolchain_makefile
     2 
     2 
     3 class LPC_target(toolchain_makefile):
     3 class LPC_target(toolchain_makefile):
     4     extension = ".ld"
     4     extension = ".ld"
     5     DebugEnabled = False
     5     DebugEnabled = False
     6     def getBuilderLDFLAGS(self):
       
     7         return toolchain_makefile.getBuilderLDFLAGS(self)