diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2019-02-27 10:09:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-03-20 18:23:39 +0100 |
commit | 8568dcd931c53ba177f1c9601e9706d95d015062 (patch) | |
tree | 0a1f66685369c07d4dbf6a0081a755d3f12f54b0 /toolchain/binutils/Config.version | |
parent | da6ba853ce62dabdc0264ebfa7fc7f32b43223d3 (diff) | |
download | upstream-8568dcd931c53ba177f1c9601e9706d95d015062.tar.gz upstream-8568dcd931c53ba177f1c9601e9706d95d015062.tar.bz2 upstream-8568dcd931c53ba177f1c9601e9706d95d015062.zip |
toolchain: Remove binutils 2.29 for ARC targets
Remove binutils 2.29 for ARC targets
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, 0 insertions, 4 deletions
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version index 3a0fc5b43f..3ffcf57347 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -1,6 +1,3 @@ -config BINUTILS_VERSION_2_29_ARC - bool - config BINUTILS_VERSION_2_29_1 bool @@ -17,4 +14,3 @@ config BINUTILS_VERSION 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 |