targets/Linux/__init__.py
author greg
Mon, 18 May 2009 07:58:41 +0200
changeset 345 a3520d75a722
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
get the WaitPythonCommands return (semaphore error code) to quit python_iterator loop when semaphore is destroyed
from .. import toolchain_gcc

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