targets/XSD_toolchain_gcc
author Yegor Yefremov <yegorslists@googlemail.com>
Fri, 07 Sep 2018 09:24:52 +0200
branchpy3-fix
changeset 2303 03ea6837a0b4
parent 1478 69fe0b81e951
permissions -rw-r--r--
Use Python 3 compatible syntax for exceptions

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