beremiz
Clone
Summary
Browse
Changes
Graph
Made python plugin comaptible with accessors
2009-12-06, ed
fd316d2babd5
file is
Executable
Made python plugin comaptible with accessors
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]