beremiz
Clone
Summary
Browse
Changes
Graph
LPC src directory copy fix
2009-12-10, edouard
c78246f3b85b
file is
Executable
LPC src directory copy fix
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]