beremiz
Clone
Summary
Browse
Changes
Graph
added memory location support to C file pluguin
2011-05-18, Edouard Tisserant
e1ef99c609eb
file is
Executable
added memory location support to C file pluguin
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]