beremiz

5b925a1d8fed
file isExecutable
fixed redondant ldflag and a typo in xenomai build
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]