# HG changeset patch
# User greg
# Date 1220877237 -7200
# Node ID 2066d2c65b7102083fcb674956a97905ba7c233f
# Parent  01963beca02791d3be475c22b8579f9439370c21
change default linker  (ld ) to g++ in XSD for gcc toolchain

diff -r 01963beca027 -r 2066d2c65b71 targets/XSD_toolchain_gcc
--- 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