beremiz
Clone
Summary
Browse
Changes
Graph
Adding Lock around C code called by Debug thread
2009-05-30, greg
c68fc75ebb06
file is
Executable
Adding Lock around C code called by Debug thread
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]