beremiz
Clone
Summary
Browse
Changes
Graph
Wiped out references to Lolitech
2009-11-02, edouard
c926a8037adc
file is
Executable
Wiped out references to Lolitech
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]