beremiz
Clone
Summary
Browse
Changes
Graph
LPC build and protocol tweaks
2009-12-10, edouard
4c0cd5e54e1b
file is
Executable
LPC build and protocol tweaks
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]