beremiz
Clone
Summary
Browse
Changes
Graph
Bug in translation from timedelta to timespec fixed
2011-04-01, laurent
120bc22302a1
file is
Executable
Bug in translation from timedelta to timespec fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]