beremiz
Clone
Summary
Browse
Changes
Graph
Fixed confusion about __common_ticktime type, redesigned LPC PLC timer support
2009-12-15, edouard
8e61b0066859
file is
Executable
Fixed confusion about __common_ticktime type, redesigned LPC PLC timer support
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]