targets/XSD_toolchain_gcc
author Edouard Tisserant
Tue, 29 Nov 2022 10:59:53 +0100
changeset 3703 4b75f1506ea1
parent 1478 69fe0b81e951
permissions -rw-r--r--
Runtime: add arbitrary file upload to working dir in web interface

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>