beremiz
Clone
Summary
Browse
Changes
Graph
Bug when changing parameters in TargetType section in Beremiz project configuration fixed
2011-05-24, laurent
c68b662e0c2a
file is
Executable
Bug when changing parameters in TargetType section in Beremiz project configuration fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]