beremiz
Clone
Summary
Browse
Changes
Graph
Fixed wrong bug report email
2011-09-27, Edouard Tisserant
c6b1a22aa614
file is
Executable
Fixed wrong bug report email
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]