beremiz
Clone
Summary
Browse
Changes
Graph
Bug when asking two consecutive times 'Show' fixed
2009-12-02, berem
1b1dc8ad2498
file is
Executable
Bug when asking two consecutive times 'Show' fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]