targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 16 May 2022 13:01:54 +0200
changeset 3458 2c712b8c736f
parent 1478 69fe0b81e951
permissions -rw-r--r--
Tests: use script rather than alias so that bash doesn't need to be interactive shell with a TTY

          <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=""/>