beremiz
Clone
Summary
Browse
Changes
Graph
Xenomai Fix : runs, but still fail in debug
2011-09-25, Edouard Tisserant
b9271faec96e
file is
Executable
Xenomai Fix : runs, but still fail in debug
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]