summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-07-28 10:48:21 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-07-28 22:44:29 +0200
commitf84cc202aa04a1a4754a367f3b440c1f8cb38db9 (patch)
tree6a904bff44492992dd0e1068c5518a9d7db0e742 /package/gcc
parent927748ecbbfb01fcbdfd818899a213b72b412927 (diff)
downloadbuildroot-f84cc202aa04a1a4754a367f3b440c1f8cb38db9.tar.gz
buildroot-f84cc202aa04a1a4754a367f3b440c1f8cb38db9.zip
binutils: rename config option
Rename the binutils configuration option to match that one used by gcc where the patchlevel is explicitly left out. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 3d64b6f678..93c903261d 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -61,7 +61,7 @@ choice
# Broken or unsupported PPC cores
depends on !BR2_powerpc_power8
# gcc-4.8.x + binutils-2.25 is broken for MIPS
- depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25)
+ depends on !((BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el) && BR2_BINUTILS_VERSION_2_25_X)
select BR2_GCC_NEEDS_MPC
select BR2_GCC_SUPPORTS_GRAPHITE
OpenPOWER on IntegriCloud