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