targets/XSD_toolchain_gcc
changeset 1478 69fe0b81e951
parent 621 a3ce93d63832
equal deleted inserted replaced
1477:270dba8bf87b 1478:69fe0b81e951
     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=""/>