diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index f9170713..b7fd02d7 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,6 +8,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_23_1 + bool + prompt "2.23.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config BINUTILS_V_2_22 bool prompt "2.22" @@ -62,6 +67,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.23.1" if BINUTILS_V_2_23_1 default "2.22" if BINUTILS_V_2_22 default "2.21.53" if BINUTILS_V_2_21_53 default "2.21.1a" if BINUTILS_V_2_21_1a