diff options
| author | Romain Naour <romain.naour@gmail.com> | 2016-02-07 18:23:22 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-06 16:02:03 +0100 |
| commit | f8d0d28bf9d9e931509cc4a38936bc118e801808 (patch) | |
| tree | 4d47ba190bdc55b243ecb8421a1a02c50db1cfd2 /package/binutils/Config.in.host | |
| parent | 4cd669ff93cda2b54f18d8b955385a80eb2c6c0b (diff) | |
| download | buildroot-f8d0d28bf9d9e931509cc4a38936bc118e801808.tar.gz buildroot-f8d0d28bf9d9e931509cc4a38936bc118e801808.zip | |
package/binutils: add binutils 2.26
- Rebase patches from 2.25 on top of 2.26.
- Use git format for patches
- remove upstreamed xtensa patches
The first patch [1] is needed to be able to build glibc with binutils 2.26 on nios2.
The second from [2] fix an assertion issue with ld.
[1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=a7be2893a6449e64fe6cfcdd8700b0a367a69f19
[2] https://sourceware.org/bugzilla/show_bug.cgi?id=19405
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/binutils/Config.in.host')
| -rw-r--r-- | package/binutils/Config.in.host | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index 07574e42ca..a5322839cb 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -28,6 +28,9 @@ choice config BR2_BINUTILS_VERSION_2_25_X bool "binutils 2.25.1" + config BR2_BINUTILS_VERSION_2_26_X + bool "binutils 2.26" + endchoice config BR2_BINUTILS_VERSION @@ -36,6 +39,7 @@ config BR2_BINUTILS_VERSION default "2.23.2" if BR2_BINUTILS_VERSION_2_23_X default "2.24" if BR2_BINUTILS_VERSION_2_24_X default "2.25.1" if BR2_BINUTILS_VERSION_2_25_X + default "2.26" if BR2_BINUTILS_VERSION_2_26_X config BR2_BINUTILS_ENABLE_LTO bool |

