beremiz
Clone
Summary
Browse
Changes
Graph
LPC : Completed initial debug support
2011-02-22, edouard
04baf6607a44
file is
Executable
LPC : Completed initial debug support
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]