beremiz
Clone
Summary
Browse
Changes
Graph
debugger : forcing %M and %Q variables on each cycle, and rework of code for optimization and concision
2011-05-18, Edouard Tisserant
2250ed42e306
file is
Executable
debugger : forcing %M and %Q variables on each cycle, and rework of code for optimization and concision
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]