diff options
author | 2019-11-30 16:17:52 +0100 | |
---|---|---|
committer | 2019-12-02 13:57:11 +0100 | |
commit | a4d38f029f02ec85b18a25e738e22711508b7dd4 (patch) | |
tree | b4761c8788d59b71ca6c76b097ae36d1977abc41 /linux | |
parent | cac5d01ce6a7a3ac6811632b9e29ecdf864a5edd (diff) | |
download | buildroot-a4d38f029f02ec85b18a25e738e22711508b7dd4.tar.gz buildroot-a4d38f029f02ec85b18a25e738e22711508b7dd4.tar.bz2 |
package/binutils: remove version 2.30
Now that binutils 2.33.1 has been introduced, and we have moved to
2.32 as the default version, it is time to drop support for binutils
2.30.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linux/Config.in b/linux/Config.in index 46b66c2518..d1ebfee130 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -9,11 +9,6 @@ config BR2_LINUX_KERNEL if BR2_LINUX_KERNEL -# https://sourceware.org/bugzilla/show_bug.cgi?id=21458 -comment "Linux kernel in thumb mode may be broken with binutils 2.30" - depends on BR2_arm || BR2_armeb - depends on BR2_BINUTILS_VERSION_2_30_X - # Packages that need to have a kernel with support for loadable modules, # but do not use the kernel-modules infrastructure, should select that # option. |