beremiz
Clone
Summary
Browse
Changes
Graph
Removed PLCprint, not existing in LPC connector context.
2010-06-04, Lolitech
b155ada1c14a
file is
Executable
Removed PLCprint, not existing in LPC connector context.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]