From ac17b542fe3737eb3eb84fd30ada615a21e96b55 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 27 Oct 2009 20:06:46 +0100 Subject: config/binutils: add latest version 2.20 Also add patchset vampirised from Gentoo. --- config/binutils/binutils.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/binutils') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index eb4061d1..f6e09f7c 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -8,6 +8,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_20 + bool + prompt "2.20" + config BINUTILS_V_2_19_1 bool prompt "2.19.1" @@ -34,6 +38,7 @@ config BINUTILS_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.20" if BINUTILS_V_2_20 default "2.19.1" if BINUTILS_V_2_19_1 default "2.19" if BINUTILS_V_2_19 default "2.18" if BINUTILS_V_2_18 -- cgit v1.2.3