beremiz
Clone
Summary
Browse
Changes
Graph
fixed wrong pthread initialisation
2009-04-08, lbessard
e90aebdd2af1
file is
Executable
fixed wrong pthread initialisation
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]