targets/Linux/__init__.py
author etisserant
Thu, 04 Sep 2008 14:57:52 +0200
changeset 236 a32817e81f5e
parent 229 8bc65076e290
child 290 3bd617ae7a05
permissions -rwxr-xr-x
Now debug all ticks, not only odd ones :-)
from .. import toolchain_gcc

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