# HG changeset patch
# User etisserant
# Date 1232121054 -3600
# Node ID 8fca8b555808fe402c39bfa66cd18645a06f6166
# Parent  37b2b4adbb1d3cba5ffd87da41104068f3fd11e3
Fixed typo in (LD/C)FLAGS hendling in toolchain_gcc.py

diff -r 37b2b4adbb1d -r 8fca8b555808 targets/toolchain_gcc.py
--- a/targets/toolchain_gcc.py	Fri Jan 16 13:20:44 2009 +0100
+++ b/targets/toolchain_gcc.py	Fri Jan 16 16:50:54 2009 +0100
@@ -19,13 +19,13 @@
         self.md5key = None
         self.srcmd5 = {}
 
-    def getBuilderLDFLAGS(self):
+    def getBuilderCFLAGS(self):
         """
         Returns list of builder specific CFLAGS
         """
         return [self.PuginsRootInstance.BeremizRoot.getTargetType().getcontent()["value"].getCFLAGS()]
 
-    def getBuilderCFLAGS(self):
+    def getBuilderLDFLAGS(self):
         """
         Returns list of builder specific LDFLAGS
         """