From fdc88a37b41df85d15b91ff1b5d12474e0d38bf3 Mon Sep 17 00:00:00 2001 From: duplo Date: Fri, 17 Apr 2009 11:14:58 +0000 Subject: [PATCH] Add TOOLCHAIN in the tags git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2540 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/BCpuPage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.25.1