targets/Linux/__init__.py
author edouard
Thu, 17 Feb 2011 17:04:10 +0100
changeset 574 1b6bd9f590aa
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Prevent status polling to generate an error while PLC is being reset to bootloader mode
from .. import toolchain_gcc

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