beremiz
Clone
Summary
Browse
Changes
Graph
Reflect changes in iec type definitions in matiec/lib
2009-12-04, edouard
2d0718a05cc7
file is
Executable
Reflect changes in iec type definitions in matiec/lib
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]