summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-12-30 18:08:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-12-30 18:08:37 (GMT)
commit3c208c668430412cd034fe2063505ee5933af19b (patch)
tree5363e09b3af0ed430a4046a8b03402f8bcc96742 /config
parenta584ff5dee6b917f8672d1deac96578d6ae8390d (diff)
binutils/binutils: 2.23.2 is a 2_23_or_later (ie. has gold)
Thus spake Niels: This commit adds support for binutils 2.23.2 http://crosstool-ng.org/hg/crosstool-ng/rev/bc4b36e3df0c However, in 'config/binutils/binutils.in <http://binutils.in>' the Kconfig option to select this version of binutils does not automatically select the symbol 'BINUTILS_2_23_or_later'. This makes gold unavailable for the latest version of binutils. I'm not sure whether this is on purpose or not, my impression is that you forgot to add the line "select BINUTILS_2_23_or_later". The problem still persists in the latest version in the repository (032ebcc89c96). Reported-by: Niels Penneman <niels@penneman.org> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config')
-rw-r--r--config/binutils/binutils.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index b2b40a0..846d895 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -12,6 +12,7 @@ config BINUTILS_V_2_23_2
bool
prompt "2.23.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+ select BINUTILS_2_23_or_later
config BINUTILS_V_2_23_1
bool