beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when LogException handler
2013-06-26, Laurent Bessard
aa9bc3e6181d
file is
Executable
Fix bug when LogException handler
from ..toolchain_gcc import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderCFLAGS(self):
return toolchain_gcc.getBuilderCFLAGS(self) + ["-fPIC"]
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]