beremiz
Clone
Summary
Browse
Changes
Graph
spring 2011 - 1.01 bugfix release
2011-03-28, Edouard Tisserant
aa5a08d20ba1
file is
Executable
spring 2011 - 1.01 bugfix release
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]