beremiz
Clone
Summary
Browse
Changes
Graph
Bugs when expanded and collapsing location tree fixed
2009-10-06, laurent
dbe88e319bdf
file is
Executable
Bugs when expanded and collapsing location tree fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]