targets/toolchain_gcc.py
changeset 297 8fca8b555808
parent 290 3bd617ae7a05
child 323 9f07f0d429df
--- 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
         """