beremiz
Clone
Summary
Browse
Changes
Graph
Added systematic stdout.flush runtime side, so that results appear in log window
2009-01-14, etisserant
701c0601db02
file is
Executable
Added systematic stdout.flush runtime side, so that results appear in log window
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]