beremiz
Clone
Summary
Browse
Changes
Graph
Bug on return debug tick test fixed
2009-09-24, laurent
2c786431fe72
file is
Executable
Bug on return debug tick test fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]