diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-10-10 04:27:48 -0500 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-13 17:05:25 +0200 |
commit | 95a2e2c8fef1047cac3823f7c549c1031ab731c1 (patch) | |
tree | f987c5a76bc01d2909cafb533ceaea6fa58e1734 /toolchain/binutils/Config.version | |
parent | 1341b8873287b29efb0995719015d7b1b5a59f19 (diff) | |
download | upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.tar.gz upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.tar.bz2 upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.zip |
toolchain/binutils: Add binutils 2.27
Add binutils 2.27 to toolchain
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh patches]
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 6812d03b72..fbbd49f123 100644 --- a/toolchain/binutils/Config.version +++ b/toolchain/binutils/Config.version @@ -8,6 +8,9 @@ config BINUTILS_VERSION_2_25_1 config BINUTILS_VERSION_2_26_1 bool +config BINUTILS_VERSION_2_27 + bool + config BINUTILS_VERSION_2_26_ARC default y if (!TOOLCHAINOPTS && arc) bool @@ -17,5 +20,6 @@ config BINUTILS_VERSION default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO default "2.25.1" if BINUTILS_VERSION_2_25_1 default "2.26.1" if BINUTILS_VERSION_2_26_1 + default "2.27" if BINUTILS_VERSION_2_27 default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC |