beremiz
Clone
Summary
Browse
Changes
Graph
Fixed PLC status bytes values
2010-06-04, Lolitech
6bd3f220b886
file is
Executable
Fixed PLC status bytes values
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]