beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
2009-09-21, laurent
6a7ff66a811d
file is
Executable
Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]