beremiz
Clone
Summary
Browse
Changes
Graph
Making debugger more stable with LPC
2011-02-23, edouard
6f5795bdee49
file is
Executable
Making debugger more stable with LPC
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]