beremiz
Clone
Summary
Browse
Changes
Graph
fixed redondant ldflag and a typo in xenomai build
2011-11-16, Edouard Tisserant
5b925a1d8fed
file is
Executable
fixed redondant ldflag and a typo in xenomai build
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]