beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when moving debug viewers
2013-06-04, Laurent Bessard
a5a6072ac944
file is
Executable
Fixed bug when moving debug viewers
from ..toolchain_gcc import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderCFLAGS(self):
return toolchain_gcc.getBuilderCFLAGS(self) + ["-fPIC"]
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]