targets/XSD_toolchain_gcc
author Edouard Tisserant
Mon, 13 Jul 2020 13:56:42 +0200
changeset 2703 32ffdb32b14e
parent 1478 69fe0b81e951
permissions -rw-r--r--
Python Runtime: order of execution of extension's init() and cleanup() now reflects order of appearance of extensions in configuration tree.

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