beremiz
Clone
Summary
Browse
Changes
Graph
Fix transfer button enable state and build button state
2010-06-04, laurent
681fe60443fc
file is
Executable
Fix transfer button enable state and build button state
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]