beremiz
Clone
Summary
Browse
Changes
Graph
Added local C dependency dicovery and changes checking, to speed up build.
2009-01-04, etisserant
e5782a52dcea
file is
Executable
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"]