beremiz
Clone
Summary
Browse
Changes
Graph
Redesign DiscoveryDialog class to conform to others dialogs
2009-09-04, laurent
6617d3fb43e2
file is
Executable
Redesign DiscoveryDialog class to conform to others dialogs
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]