targets/Linux/__init__.py
author greg
Thu, 15 Oct 2009 17:39:26 +0200
changeset 418 01f6bfc01251
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Fix relative matiec path problem
Fix warning in generate common_main
from .. import toolchain_gcc

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