targets/Linux/__init__.py
author etisserant
Mon, 25 Aug 2008 18:01:01 +0200
changeset 219 43d65f0179e2
parent 203 cb9901076a21
child 229 8bc65076e290
permissions -rwxr-xr-x
Fixed problem with first PLC argument (argv)
from .. import toolchain_gcc

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