beremiz

file isExecutable
Merge with 35cc4c6a29363d0a89f3e1096832cf14bb79f3de
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]