beremiz
Clone
Summary
Browse
Changes
Graph
Moved locales out of platform agnostic C template
2011-02-01, edouard
20a223828a06
file is
Executable
Moved locales out of platform agnostic C template
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]