beremiz
Clone
Summary
Browse
Changes
Graph
Remove dirtylibs test while freeing plc libs in PLCObject.py
2009-09-16, laurent
af20e07e53c5
file is
Executable
Remove dirtylibs test while freeing plc libs in PLCObject.py
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]