targets/Linux/__init__.py
author etisserant
Thu, 21 Aug 2008 17:17:36 +0200
changeset 209 08dc3d064cb5
parent 203 cb9901076a21
child 229 8bc65076e290
permissions -rwxr-xr-x
Moved template C code to targets dir. Cleaned up some forgotten print.
from .. import toolchain_gcc

class Linux_target(toolchain_gcc):
    extension = ".so"
    CustomLDFLAGS = ["-shared"]