diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-02-09 01:22:02 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-26 23:20:04 +0100 |
commit | 894a79d67b20fad5262504df461366e7773ae1a0 (patch) | |
tree | 05e198fb9c07271bfa27d378fb2e3c87641ea9de /toolchain/binutils/Config.version | |
parent | 40aec89b4c827f8c6f8d44ca44d43434c22fbafb (diff) | |
download | upstream-894a79d67b20fad5262504df461366e7773ae1a0.tar.gz upstream-894a79d67b20fad5262504df461366e7773ae1a0.tar.bz2 upstream-894a79d67b20fad5262504df461366e7773ae1a0.zip |
toolchain/binutils: Add binutils 2.32
Add binutils 2.32 to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
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 08977b95bb..f125bf74bf 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -9,8 +9,12 @@ config BINUTILS_VERSION_2_31_1 default y if (!TOOLCHAINOPTS && !arc) bool +config BINUTILS_VERSION_2_32 + bool + config BINUTILS_VERSION string default "2.29.1" if BINUTILS_VERSION_2_29_1 default "2.31.1" if BINUTILS_VERSION_2_31_1 + default "2.32" if BINUTILS_VERSION_2_32 default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC |