beremiz
Clone
Summary
Browse
Changes
Graph
Allowing multiple Beremiz_service instances to run on same target.
2009-10-08, laurent
63249a965feb
file is
Executable
Allowing multiple Beremiz_service instances to run on same target.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]