beremiz

Updated console messages for build and stop

2011-10-10, Edouard Tisserant
8e74266033f8
file isExecutable
Updated console messages for build and stop
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]