beremiz
Clone
Summary
Browse
Changes
Graph
Bug with recv from socket fixed
2010-06-04, laurent
ab7916df0de7
file is
Executable
Bug with recv from socket fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]