beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for making distinction between external variables and located variables for forcing
2009-12-11, laurent
24629d4fc805
file is
Executable
Adding support for making distinction between external variables and located variables for forcing
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]