targets/Linux/__init__.py
author greg
Thu, 21 Aug 2008 10:35:12 +0200
changeset 206 6b4d58363b80
parent 203 cb9901076a21
child 229 8bc65076e290
permissions -rwxr-xr-x
fix bug in plugger.py to get URI_Location
add ip authorized in beremiz_service.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"]