diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-01-29 08:30:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-07 17:16:11 +0100 |
commit | 36cca3e4369ea35b528b7bec91fde049e8f476cc (patch) | |
tree | c1d73ccb2a7ff3750d50235dc1e50d6e4592f434 /toolchain/binutils/Config.version | |
parent | 174ce4c56d742712696e546eecee3d89e05c909a (diff) | |
download | upstream-36cca3e4369ea35b528b7bec91fde049e8f476cc.tar.gz upstream-36cca3e4369ea35b528b7bec91fde049e8f476cc.tar.bz2 upstream-36cca3e4369ea35b528b7bec91fde049e8f476cc.zip |
toolchain/binutils: Switch to 2.27 as default version
Use 2.27 as default which is the current relese.
Makes it easier to get support and submit patches upstream if needed.
Tested on ar71xx, mt7621, kirkwood (arm)
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r-- | toolchain/binutils/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 5ef8df6085..21fd2cb9ba 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -1,8 +1,8 @@ config BINUTILS_VERSION_2_25_1 - default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION_2_27 + default y if (!TOOLCHAINOPTS && !arc) bool config BINUTILS_VERSION_2_26_ARC |