diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 22:26:30 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-03 22:26:30 +0200 |
| commit | 43dd61e2eaa1d1c84efa140906e825cec8729dd8 (patch) | |
| tree | c294bf83777084a5b48dcbd85ae13b2a643895a2 /package/binutils/Config.in.host | |
| parent | 0c1e9d6931707b8394564dac4c31c122b8467aad (diff) | |
| download | buildroot-43dd61e2eaa1d1c84efa140906e825cec8729dd8.tar.gz buildroot-43dd61e2eaa1d1c84efa140906e825cec8729dd8.zip | |
binutils: switch to 2.27 as the default version
Now that binutils 2.28 is available, switch to binutils 2.27 as the
default version, for both the host variant and the target variant. Note
that the target variant, when no host variant is built, was still
2.25.1: we forgot to update it to 2.26 when the host version was updated
to 2.26.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/Config.in.host')
| -rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index a031ab58ed..a554cad561 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -3,7 +3,7 @@ comment "Binutils Options" choice prompt "Binutils Version" depends on !BR2_arc - default BR2_BINUTILS_VERSION_2_26_X + default BR2_BINUTILS_VERSION_2_27_X help Select the version of binutils you wish to use. |

