From 387c65e1f4bd7214f9a66abeb9388255077ef6df Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 23 Feb 2009 17:41:26 +0000 Subject: [PATCH] Add the toolchain items list git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2376 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wizard/const.py b/wizard/const.py index d66c479a..8902d4bb 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -29,6 +29,8 @@ CPU_DEF = { "CPU_DESC" : [] } +TOOLCHAIN_ITEMS = ["ld", "as"] + CPU_DEFINITION = "*.cdef" GCC_NAME = "*gcc*" -- 2.25.1