beremiz
Clone
Summary
Browse
Changes
Graph
Add new target (Makefile)
2009-10-22, greg
f390e9fdd2cf
file is
Executable
Add new target (Makefile)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]