beremiz
Clone
Summary
Browse
Changes
Graph
add call to join method for stdout/stderr threads
2008-09-01, greg
83cc1a306560
file is
Executable
add call to join method for stdout/stderr threads
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]