From: duplo Date: Fri, 17 Apr 2009 11:14:58 +0000 (+0000) Subject: Add TOOLCHAIN in the tags X-Git-Tag: 2.1.0~142 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=fdc88a37b41df85d15b91ff1b5d12474e0d38bf3;p=bertos.git Add TOOLCHAIN in the tags git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2540 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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"