beremiz
Clone
Summary
Browse
Changes
Graph
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
2008-12-23, etisserant
73890551f021
file is
Executable
Local PYRO connection is designated by LOCAL://, not PYRO://localhost:3000 anymore
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]