beremiz
Clone
Summary
Browse
Changes
Graph
Make 'runtime.py' and 'hmi.py' executed independantly
2009-03-23, lbessard
b8ae0580565c
file is
Executable
Make 'runtime.py' and 'hmi.py' executed independantly
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]