targets/XSD_toolchain_gcc
author etisserant
Fri, 22 Aug 2008 15:30:09 +0200
changeset 217 f3eb35df4d87
parent 203 cb9901076a21
child 251 2066d2c65b71
permissions -rwxr-xr-x
Now, Beremiz launch Beremiz_service at startup, with a one-time workin dir
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     2
          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
          <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     4
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="ld"/>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     5
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>