targets/XSD_toolchain_gcc
author Edouard Tisserant
Fri, 16 Feb 2018 01:38:34 +0100
changeset 1935 f2b0d849ea77
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
Prevent compiling XSLT on each call of GetInstanceList. To be continued. More optimization needed here. 100x would be fine...

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