Add TOOLCHAIN in the tags
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 11:14:58 +0000 (11:14 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 11:14:58 +0000 (11:14 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2540 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BCpuPage.py

index d6b3616b18f34ca836452df7d1cd9f0a50124e55..a67f98e06216e385c31d91d51ba8bc388b2c302d 100644 (file)
@@ -46,7 +46,7 @@ class BCpuPage(BWizardPage):
             self.setProjectInfo("SELECTED_FREQ", unicode(long(self.pageContent.frequencySpinBox.value())))
             tag_dict = self.projectInfo("ALL_CPU_TAGS")
             for tag in tag_dict:
-                if tag in infos["CPU_TAGS"] + [infos["CPU_NAME"], infos["CORE_CPU"]]:
+                if tag in infos["CPU_TAGS"] + [infos["CPU_NAME"], infos["CORE_CPU"], infos["TOOLCHAIN"]]:
                     tag_dict[tag] = "True"
                 else:
                     tag_dict[tag] = "False"