beremiz
Clone
Summary
Browse
Changes
Graph
update cf_runtime.c (now call TimerInit and TimerCleanup on win32 platform)
2009-07-20, greg
32339ad7d9ae
file is
Executable
update cf_runtime.c (now call TimerInit and TimerCleanup on win32 platform)
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]