targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 20 Feb 2024 11:37:54 +0100
changeset 3892 1675b5533e9e
parent 1478 69fe0b81e951
permissions -rw-r--r--
Fix argument lexer in ProcessLogger, replace it with shlex standard python module.

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