targets/XSD_toolchain_gcc
author dporopat <denis.poropat@smarteh.si>
Tue, 05 Jun 2018 15:29:58 +0200
branch#2486
changeset 2207 c27b820cb96b
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
#2486 Exception if custom protocol options are wrong.

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