beremiz
Clone
Summary
Browse
Changes
Graph
added return type to suspendDebug
2011-09-22, Edouard Tisserant
eed1dcf311a1
file is
Executable
added return type to suspendDebug
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]