beremiz
Clone
Summary
Browse
Changes
Graph
remove french comment in python_gear block
2009-05-22, greg
2ba1aea5c70d
file is
Executable
remove french comment in python_gear block
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]