summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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