diff mbox series

[v2,9/9] toolchain: remove binutils bug 27597

Message ID 20240221214005.176433-10-giulio.benetti@benettiengineering.com
State Superseded, archived
Headers show
Series Patch and remove Nios2 binutils bug 27597 | expand

Commit Message

Giulio Benetti Feb. 21, 2024, 9:40 p.m. UTC
Binutils bug 27597 is not present anymore in Buildroot so let's remove it.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 toolchain/Config.in | 6 ------
 1 file changed, 6 deletions(-)
diff mbox series

Patch

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 407a03c42e..9e6cff1950 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -71,12 +71,6 @@  source "package/gdb/Config.in.host"
 
 comment "Toolchain Generic Options"
 
-# https://sourceware.org/bugzilla/show_bug.cgi?id=27597
-# Affect toolchains built with binutils 2.36.1, still not fixed.
-config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
-	bool
-	default y if BR2_nios2
-
 # https://sourceware.org/bugzilla/show_bug.cgi?id=30730
 # Affect toolchains built with binutils 2.40, still not fixed.
 config BR2_TOOLCHAIN_HAS_BINUTILS_BUG_30730