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