summaryrefslogtreecommitdiff
path: root/core/kconfig/arch.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2017-01-02 17:22:07 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2017-01-02 17:22:07 +0100
commit9981ef4098a5c78316a2a2210eff0878dddf0c7b (patch)
tree1eefb6ef777e45a7d4324a5df32f97a40e2458e1 /core/kconfig/arch.kconfig
parentd8129e149156498b70916fe73e109ff402e1cc79 (diff)
downloadembtoolkit-9981ef4098a5c78316a2a2210eff0878dddf0c7b.tar.gz
embtoolkit-9981ef4098a5c78316a2a2210eff0878dddf0c7b.tar.bz2
embtoolkit-9981ef4098a5c78316a2a2210eff0878dddf0c7b.tar.xz
Build system: initial option to configure manufacturer in GNU triplet
Proposed-by: Jonathan L <jlynam@gmail.com> Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/arch.kconfig')
-rw-r--r--core/kconfig/arch.kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/core/kconfig/arch.kconfig b/core/kconfig/arch.kconfig
index b5d34a9..bcc81ef 100644
--- a/core/kconfig/arch.kconfig
+++ b/core/kconfig/arch.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2017 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,6 +23,14 @@
# \date May 2009
################################################################################
+config EMBTK_MANUFACTURER
+ string "Manufacturer or Toolchain provider tag"
+ help
+ This tag is the manufacturer part of GNU target triplet.
+ However, now days it is largely used to identify toolchain provider.
+
+ You can set a tag or leave it empty to use the default value (unknown).
+
choice
prompt "Architecture"
help