beremiz

fixed warnings in plc_python.c

2011-09-22, Edouard Tisserant
be0ceea3b6dd
file isExecutable
fixed warnings in plc_python.c
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]