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