targets/XSD_toolchain_gcc
changeset 251 2066d2c65b71
parent 203 cb9901076a21
child 621 a3ce93d63832
--- a/targets/XSD_toolchain_gcc	Mon Sep 08 13:55:50 2008 +0200
+++ b/targets/XSD_toolchain_gcc	Mon Sep 08 14:33:57 2008 +0200
@@ -1,5 +1,5 @@
-
-          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
-          <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
-          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="ld"/>
+
+          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
+          <xsd:attribute name="CFLAGS" type="xsd:string" use="required"/>
+          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="g++"/>
           <xsd:attribute name="LDFLAGS" type="xsd:string" use="required"/>
\ No newline at end of file