beremiz
Clone
Summary
Browse
Changes
Graph
Bug with fonts on some systems fixed
2009-02-13, lbessard
ad4db7099355
file is
Executable
Bug with fonts on some systems fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]