beremiz
Clone
Summary
Browse
Changes
Graph
Restored splash with new lolitech logo
2009-03-11, etisserant
76492675c3ed
file is
Executable
Restored splash with new lolitech logo
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]