targets/Linux/__init__.py
author etisserant
Tue, 23 Dec 2008 12:33:14 +0100
changeset 277 73890551f021
parent 229 8bc65076e290
child 290 3bd617ae7a05
permissions -rwxr-xr-x
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"]