beremiz

Now debug is not a button anymore

2009-12-06, Edouard TISSERANT
274e83a5534e
file isExecutable
Now debug is not a button anymore
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]