linux: update the comment about thumb issue with Binutils 2.29 and 2.30
authorRomain Naour <romain.naour@gmail.com>
Tue, 12 Mar 2019 23:08:36 +0000 (00:08 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 14 Mar 2019 21:16:41 +0000 (22:16 +0100)
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in

index f17334ae7cd3b808e0cdbd93e7c51a71e2524eb4..856b53eec05c62b70250ee179ce879fbbf6474ab 100644 (file)
@@ -8,9 +8,10 @@ config BR2_LINUX_KERNEL
 
 if BR2_LINUX_KERNEL
 
-comment "Linux kernel in thumb mode may be broken with binutils >= 2.29"
+# https://sourceware.org/bugzilla/show_bug.cgi?id=21458
+comment "Linux kernel in thumb mode may be broken with binutils 2.29 and 2.30"
        depends on BR2_arm || BR2_armeb
-       depends on !BR2_BINUTILS_VERSION_2_28_X
+       depends on BR2_BINUTILS_VERSION_2_29_X || 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