beremiz
Clone
Summary
Browse
Changes
Graph
memory located variables no behave like outputs, when forced
2011-05-18, Edouard Tisserant
5b1c92060fc2
file is
Executable
memory located variables no behave like outputs, when forced
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]