beremiz
Clone
Summary
Browse
Changes
Graph
Fixed startin debugger with non empty debug variable list
2009-12-23, Edouard TISSERANT
a822b0b64252
file is
Executable
Fixed startin debugger with non empty debug variable list
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]