targets/Linux/__init__.py
author etisserant
Tue, 30 Dec 2008 22:47:15 +0100
changeset 284 3fecc96090c8
parent 229 8bc65076e290
child 290 3bd617ae7a05
permissions -rwxr-xr-x
Fixed problem with re-use of Pyro connector proxy copy across debug sessions
from .. import toolchain_gcc

class Linux_target(toolchain_gcc):
    extension = ".so"
    CustomLDFLAGS = ["-shared", "-lrt"]