beremiz
Clone
Summary
Browse
Changes
Graph
updated : debian package scripts
2009-03-02, greg
b24790c748ae
file is
Executable
updated : debian package scripts
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]