beremiz
Clone
Summary
Browse
Changes
Graph
fixed debug with xenomai, fixed unprotected access to ___debug_tick
2011-09-26, Edouard Tisserant
7c23fac40a2a
file is
Executable
fixed debug with xenomai, fixed unprotected access to ___debug_tick
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]