beremiz
Clone
Summary
Browse
Changes
Graph
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
2011-02-03, Edouqrd Tisserant
46abd6b2f639
file is
Executable
LPC application mode IDLE comamnd is now the same as PLCID (0x07)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]