beremiz
Clone
Summary
Browse
Changes
Graph
Adding support for cancelling code generation of function with no input connected
2009-01-19, lbessard
6eb074f0dae9
file is
Executable
Adding support for cancelling code generation of function with no input connected
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]