beremiz
Clone
Summary
Browse
Changes
Graph
Allowing unicode characters to be used in comments
2009-10-27, laurent
5981ad8547f5
file is
Executable
Allowing unicode characters to be used in comments
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]