targets/Linux/__init__.py
author greg
Wed, 28 Oct 2009 11:38:23 +0100
changeset 432 ef7fc6fd1f6f
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Add Beremiz shortcuts in menu on linux platform
Add some dependencies to beremiz (simplejson, twisted, nevow ...)
from .. import toolchain_gcc

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