targets/Linux/__init__.py
author etisserant
Thu, 04 Sep 2008 16:07:14 +0200
changeset 238 02d0daed3e46
parent 229 8bc65076e290
child 290 3bd617ae7a05
permissions -rwxr-xr-x
Debugger now reports BOOL as booleans
from .. import toolchain_gcc

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