targets/Linux/__init__.py
author etisserant
Fri, 22 Aug 2008 15:30:09 +0200
changeset 217 f3eb35df4d87
parent 203 cb9901076a21
child 229 8bc65076e290
permissions -rwxr-xr-x
Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
from .. import toolchain_gcc

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