targets/Linux/__init__.py
author greg
Fri, 10 Apr 2009 07:55:55 +0200
changeset 336 ae3488c79283
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Fixed bug : Segmentation fault or locks when stop PLC if no CAN network.
from .. import toolchain_gcc

class Linux_target(toolchain_gcc):
    extension = ".so"
    def getBuilderLDFLAGS(self):
        return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]