diff --git a/config/binutils.in b/config/binutils.in index 9ea2a8ed..608a34db 100644 --- a/config/binutils.in +++ b/config/binutils.in @@ -125,6 +125,10 @@ config BINUTILS_V_2_17_50_0_16 bool prompt "2.17.50.0.16" +config BINUTILS_V_2_17_50_0_17 + bool + prompt "2.17.50.0.17" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -158,6 +162,7 @@ config BINUTILS_VERSION default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14 default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15 default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16 + default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!