beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for hard forcing located output
2009-12-14, laurent
518c30f2a507
file is
Executable
Adding support for hard forcing located output
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]