targets/Linux/__init__.py
author laurent
Tue, 19 Apr 2011 15:28:35 +0200
changeset 597 6fbfd3bf2927
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Fix bug in LPCBeremiz marking any newly opened project as modified
from .. import toolchain_gcc

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