targets/XSD_toolchain_gcc
author Edouard Tisserant
Thu, 16 Aug 2018 11:22:40 +0200
changeset 2269 2e38b5ec4753
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Fixed new code-generation code, that was making exception with simple variable-to-variable assignments.

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