beremiz
Clone
Summary
Browse
Changes
Graph
fix runtime.py filename case to avoid problem on multi-platform
2009-09-18, greg
9b1801ef99b5
file is
Executable
fix runtime.py filename case to avoid problem on multi-platform
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]