beremiz

Fixed pulling of PLC status and log count

2013-03-21, Laurent Bessard
72ee7f3e3cf3
file isExecutable
Fixed pulling of PLC status and log count
from ..toolchain_gcc import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderCFLAGS(self):
return toolchain_gcc.getBuilderCFLAGS(self) + ["-fPIC"]
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]