# HG changeset patch # User "Yann E. MORIN" # Date 1388509134 -3600 # Node ID 16f46c7ed41b589ad3ff1216922df5eae62fbc12 # Parent 87ad9e82546df3ce0127d1046ec644b4486aa626 binutils/binutils: add 2.24 Signed-off-by: "Yann E. MORIN" diff -r 87ad9e82546d -r 16f46c7ed41b config/binutils/binutils.in --- a/config/binutils/binutils.in Mon Dec 30 23:28:18 2013 +0100 +++ b/config/binutils/binutils.in Tue Dec 31 17:58:54 2013 +0100 @@ -8,6 +8,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_24 + bool + prompt "2.24" + config BINUTILS_V_2_23_2 bool prompt "2.23.2 (EXPERIMENTAL)" @@ -74,6 +78,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.24" if BINUTILS_V_2_24 default "2.23.2" if BINUTILS_V_2_23_2 default "2.23.1" if BINUTILS_V_2_23_1 default "2.22" if BINUTILS_V_2_22 @@ -84,6 +89,12 @@ default "2.18a" if BINUTILS_V_2_18a default "custom" if BINUTILS_CUSTOM +config BINUTILS_2_24_or_later + bool + select BINUTILS_2_23_or_later + select BINUTILS_HAS_GOLD + select BINUTILS_HAS_PLUGINS + config BINUTILS_2_23_or_later bool select BINUTILS_2_22_or_later