beremiz
Clone
Summary
Browse
Changes
Graph
Stripped out splash screen version information
2012-09-01, Edouard Tisserant
b86b8898fd52
file is
Executable
Stripped out splash screen version information
from ..toolchain_gcc import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderCFLAGS(self):
return toolchain_gcc.getBuilderCFLAGS(self) + ["-fPIC"]
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]