beremiz
Clone
Summary
Browse
Changes
Graph
Bug when pyserial not available fixed
2009-12-16, laurent
27903000e4ea
file is
Executable
Bug when pyserial not available fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]