beremiz
Clone
Summary
Browse
Changes
Graph
Replace \"lolitech\" contact by \"edouard\" contact
2009-11-02, greg
092060fd8afb
file is
Executable
Replace \"lolitech\" contact by \"edouard\" contact
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]