beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for recursively generate STLibrary and BlockLibrary according to plugin tree
2009-07-29, laurent
e0c4d3549369
file is
Executable
Adding support for recursively generate STLibrary and BlockLibrary according to plugin tree
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]