beremiz
Clone
Summary
Browse
Changes
Graph
Warning on modulo by zero fixed
2009-01-09, lbessard
7ee96191c476
file is
Executable
Warning on modulo by zero fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]