Add TOOLCHAIN in the tags
[bertos.git] / 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"