beremiz
Clone
Summary
Browse
Changes
Graph
Replacing Debug rt_sem by rt_pipe
2009-05-04, greg
80e5876bc53b
file is
Executable
Replacing Debug rt_sem by rt_pipe
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]