targets/Linux/__init__.py
author lbessard
Thu, 28 May 2009 07:47:38 +0200
changeset 348 054fbf1ae0f8
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Bug while parsing long located variables in GetLocations fixed
from .. import toolchain_gcc

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