summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2016-08-19 16:49:01 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2016-08-19 16:49:01 +0200
commited3ce7f9ed7821aa4b821bbe09b0de0da7c8b586 (patch)
treeeae1aa0c81eceb18846f3215da2fbcd93a9254fd
parentdeaf9a5fea9e80d431c7df4466a01ee3eaabf133 (diff)
downloadembtoolkit-ed3ce7f9ed7821aa4b821bbe09b0de0da7c8b586.tar.gz
embtoolkit-ed3ce7f9ed7821aa4b821bbe09b0de0da7c8b586.tar.bz2
embtoolkit-ed3ce7f9ed7821aa4b821bbe09b0de0da7c8b586.tar.xz
Toolchain: binutils: add v2.26.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/binutils/binutils.kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/toolchain/binutils/binutils.kconfig b/core/toolchain/binutils/binutils.kconfig
index 2cd065f..f71abf5 100644
--- a/core/toolchain/binutils/binutils.kconfig
+++ b/core/toolchain/binutils/binutils.kconfig
@@ -34,6 +34,9 @@ choice
help
Here you can choose which version of binutils your toochain will use.
+ config EMBTK_BINUTILS_VERSION_2_26_1
+ bool "binutils-2.26.1"
+ select EMBTK_BINUTILS_NEED_PATCH
config EMBTK_BINUTILS_VERSION_2_24
bool "binutils-2.24"
select EMBTK_BINUTILS_NEED_PATCH
@@ -73,6 +76,7 @@ config EMBTK_BINUTILS_REFSPEC
#
config EMBTK_BINUTILS_VERSION_STRING
string
+ default "2.26.1" if EMBTK_BINUTILS_VERSION_2_26_1
default "2.24" if EMBTK_BINUTILS_VERSION_2_24
default "2.23.2" if EMBTK_BINUTILS_VERSION_2_23_2