beremiz
Clone
Summary
Browse
Changes
Graph
Fix relative matiec path problem
2009-10-15, greg
01f6bfc01251
file is
Executable
Fix relative matiec path problem
Fix warning in generate common_main
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]