beremiz
Clone
Summary
Browse
Changes
Graph
Name error in LPC target fixed
2009-12-09, laurent
e3adb9f63171
file is
Executable
Name error in LPC target fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]