beremiz
Clone
Summary
Browse
Changes
Graph
Get PDOmapping exception from canfestival plugin
2009-05-04, greg
d3ae1f0e0220
file is
Executable
Get PDOmapping exception from canfestival plugin
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]