beremiz
Clone
Summary
Browse
Changes
Graph
Bug on canopen tests (not being multi-platform) fixed
2009-10-08, laurent
2b9bc5ee30c0
file is
Executable
Bug on canopen tests (not being multi-platform) fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]