beremiz
Clone
Summary
Browse
Changes
Graph
Warning in c_ext compiling fixed
2009-10-16, laurent
1cdae505be9e
file is
Executable
Warning in c_ext compiling fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]