beremiz

Fixed remaining thread on close frame

2009-12-06, Edouard TISSERANT
11263fd24566
file isExecutable
Fixed remaining thread on close frame
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]