beremiz
Clone
Summary
Browse
Changes
Graph
Some cleanup in PLC status - removed that \"Starting\" state ...
2009-12-01, ed
1edde533db19
file is
Executable
Some cleanup in PLC status - removed that \"Starting\" state ...
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]