X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=a67f98e06216e385c31d91d51ba8bc388b2c302d;hb=fdc88a37b41df85d15b91ff1b5d12474e0d38bf3;hp=d6b3616b18f34ca836452df7d1cd9f0a50124e55;hpb=f17105e9cf0514f9204e4c3e3eef07d85742aea5;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index d6b3616b..a67f98e0 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -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"