beremiz
Clone
Summary
Browse
Changes
Graph
Removed boring PLC/build compare messages.
2010-06-03, Lolitech
064165a5276a
file is
Executable
Removed boring PLC/build compare messages.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]