beremiz

Updated logger calls in debugthread.

2012-02-16, Edouard Tisserant
dac752b613bb
file isExecutable
Updated logger calls in debugthread.
Cleaned up useles call to kill debugthread in stop
Removed dead commented code
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"]