beremiz
Clone
Summary
Browse
Changes
Graph
Arbitrary variable forcing
2009-12-07, Edouard TISSERANT
f66a092b6e74
file is
Executable
Arbitrary variable forcing
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]