beremiz

file isExecutable
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"]