beremiz
Clone
Summary
Browse
Changes
Graph
Bug when updating Variable locations fixed
2009-12-07, laurent
d750151bd6ae
file is
Executable
Bug when updating Variable locations fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]