targets/Linux/__init__.py
author etisserant
Thu, 28 Aug 2008 14:51:46 +0200
changeset 226 f301f4ed4717
parent 203 cb9901076a21
child 229 8bc65076e290
permissions -rwxr-xr-x
Fixed typo in discovery.py
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
from .. import toolchain_gcc
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     2
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
class Linux_target(toolchain_gcc):
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     4
    extension = ".so"
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     5
    CustomLDFLAGS = ["-shared"]