beremiz
Clone
Summary
Browse
Changes
Graph
changed bugreport address
2011-06-24, Edouard Tisserant
2470f59a6920
file is
Executable
changed bugreport address
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]