beremiz

Warning on modulo by zero fixed

2009-01-09, lbessard
7ee96191c476
file isExecutable
Warning on modulo by zero fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]