beremiz

file isExecutable
Added local C dependency dicovery and changes checking, to speed up build.
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]