beremiz
Clone
Summary
Browse
Changes
Graph
Fix some warnings during compilation
2009-10-22, greg
4d7ac355701d
file is
Executable
Fix some warnings during compilation
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]