beremiz
Clone
Summary
Browse
Changes
Graph
Reverted back python test accidentally modified...
2009-12-07, edouard
337cb5041eda
file is
Executable
Reverted back python test accidentally modified...
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]