beremiz
Clone
Summary
Browse
Changes
Graph
add python_gear block (to execute python command each given cycle interval)
2009-05-19, greg
abc5abffbc61
file is
Executable
add python_gear block (to execute python command each given cycle interval)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]