diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-07-19 12:09:38 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-25 13:52:38 +0200 |
commit | d63fbfce70a292dcf2c3b33b84c6847d09e1a29a (patch) | |
tree | f0fce0bb4b0faf8940936c6a80cbdd353a3e60d4 /toolchain/binutils/Config.version | |
parent | fb6b824bff466f6782f54e5a1543eb2cddec11c8 (diff) | |
download | upstream-d63fbfce70a292dcf2c3b33b84c6847d09e1a29a.tar.gz upstream-d63fbfce70a292dcf2c3b33b84c6847d09e1a29a.tar.bz2 upstream-d63fbfce70a292dcf2c3b33b84c6847d09e1a29a.zip |
toolchain/binutils: add binutils 2.37
Tested on ath79/generic, without issues.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'toolchain/binutils/Config.version')
-rw-r--r-- | toolchain/binutils/Config.version | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 82ef9b8fc3..985e3b1b32 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -11,9 +11,13 @@ config BINUTILS_VERSION_2_35_2 config BINUTILS_VERSION_2_36_1 bool +config BINUTILS_VERSION_2_37 + bool + config BINUTILS_VERSION string default "2.32" if BINUTILS_VERSION_2_32 default "2.34" if BINUTILS_VERSION_2_34 default "2.35.2" if BINUTILS_VERSION_2_35_2 default "2.36.1" if BINUTILS_VERSION_2_36_1 + default "2.37" if BINUTILS_VERSION_2_37 |