change default linker (ld ) to g++ in XSD for gcc toolchain
authorgreg
Mon, 08 Sep 2008 14:33:57 +0200
changeset 251 2066d2c65b71
parent 250 01963beca027
child 252 5c8167203f6e
change default linker (ld ) to g++ in XSD for gcc toolchain
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