beremiz
Clone
Summary
Browse
Changes
Graph
Bug when opening with not empty buildpath parameter fixed
2009-12-10, laurent
9e4263099427
file is
Executable
Bug when opening with not empty buildpath parameter fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]