beremiz
Clone
Summary
Browse
Changes
Graph
Update french translation after modifications
2009-12-16, laurent
20141c30a160
file is
Executable
Update french translation after modifications
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]