beremiz
Clone
Summary
Browse
Changes
Graph
keep LPC in boot mode to give a chance to ask for a transfer
2011-02-01, edouard
72b51ec5be64
file is
Executable
keep LPC in boot mode to give a chance to ask for a transfer
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]