summaryrefslogtreecommitdiffstats
path: root/package/binutils/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-29 15:09:04 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 21:26:46 +0200
commit0072e21fade047ca981f417e58d99f29b70a217e (patch)
treea821709c13f9fc0edb0969694f52b48eeded5f7d /package/binutils/Config.in.host
parent172d471488d9b5ac4c10b4f940c2d6d82fbefa7d (diff)
downloadbuildroot-0072e21fade047ca981f417e58d99f29b70a217e.tar.gz
buildroot-0072e21fade047ca981f417e58d99f29b70a217e.zip
binutils: add support for binutils 2.29
All patches from binutils 2.28 are kept, except patch 0906-microblaze-pr21180.patch, because it has been merged upstream as of commit bd757ca7bf5886a4025ca02093fca1b8c5ce11a2. Other patches are slightly adapted to differences that appeared in binutils 2.29. The patches are now all Git formatted, so instead of having weird sequence numbers, they have normal sequence numbers starting from 0001 and incrementing. Since binutils 2.29 is now available as a .tar.xz tarball, we use this format instead of .bz2 used for previous versions. 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.host4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index 3045cb504b..0840e8a85f 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -19,6 +19,9 @@ config BR2_BINUTILS_VERSION_2_27_X
config BR2_BINUTILS_VERSION_2_28_X
bool "binutils 2.28.1"
+config BR2_BINUTILS_VERSION_2_29_X
+ bool "binutils 2.29"
+
endchoice
config BR2_BINUTILS_VERSION
@@ -27,6 +30,7 @@ config BR2_BINUTILS_VERSION
default "2.26.1" if BR2_BINUTILS_VERSION_2_26_X
default "2.27" if BR2_BINUTILS_VERSION_2_27_X
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
+ default "2.29" if BR2_BINUTILS_VERSION_2_29_X
config BR2_BINUTILS_ENABLE_LTO
bool
OpenPOWER on IntegriCloud