--- 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