beremiz
Clone
Summary
Browse
Changes
Graph
LPCobject writes PLC info string to stdout, for LPC composer to update
2009-12-16, Edouard TISSERANT
e43bc748d1fe
file is
Executable
LPCobject writes PLC info string to stdout, for LPC composer to update
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]