diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-09-07 22:17:27 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-09-08 20:29:56 +0200 |
commit | 41c183eebcfecaddabfedfb6a07c331c74cc945f (patch) | |
tree | 40830b0a3305b83617c75cb8a4c15920cc123665 | |
parent | ac1f324a1a90b1d7afdf139162f561b0f3835c46 (diff) | |
download | buildroot-41c183eebcfecaddabfedfb6a07c331c74cc945f.tar.gz buildroot-41c183eebcfecaddabfedfb6a07c331c74cc945f.zip |
binutils: deprecate 2.24.x
Now that 2.26.x is stable and there's 2.25.x to fallback for whatever
reason it makes no sense to keep two versions back from default.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/binutils/Config.in.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 2333a6e519..6e3f82473f 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -8,6 +8,7 @@ choice Select the version of binutils you wish to use. config BR2_BINUTILS_VERSION_2_24_X + depends on BR2_DEPRECATED_SINCE_2016_11 # supported, but broken on Nios-II, Blackfin and powerpc64le depends on !BR2_nios2 && !BR2_powerpc64le && !BR2_bfin # Unsupported for MIPS R6 |