targets/XSD_toolchain_gcc
changeset 1911 c1298e7ffe3a
parent 1478 69fe0b81e951
equal deleted inserted replaced
1910:a375e31bf312 1911:c1298e7ffe3a
     1 
     1 
     2           <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
     2           <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
     3           <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
     3           <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
     4           <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
     4           <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
     5           <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>
     5           <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>