beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when debugging located variables of type memory (%M)
2011-05-16, laurent
d0e3fc4b9951
file is
Executable
Fix bug when debugging located variables of type memory (%M)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]