beremiz
Clone
Summary
Browse
Changes
Graph
Fix defaults compiler and linker names for win32
2009-09-18, greg
44909ffb2cc6
file is
Executable
Fix defaults compiler and linker names for win32
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]