From: duplo Date: Mon, 23 Feb 2009 17:41:26 +0000 (+0000) Subject: Add the toolchain items list X-Git-Tag: 2.1.0~306 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=387c65e1f4bd7214f9a66abeb9388255077ef6df;p=bertos.git Add the toolchain items list git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2376 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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*"