From 1b4e79062771705b16ae6e54cb83d1aeffded592 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 2 Jun 2025 14:33:24 +1200 Subject: arch/nios2: Require binutils older than 2.44 Support for the nios2 architecture was removed in binutils 2.44. Add this constraint to config/arch/nios2.in. Fixes #2348 Signed-off-by: Chris Packham --- config/arch/nios2.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/arch/nios2.in b/config/arch/nios2.in index d22a2650..b5ebedb5 100644 --- a/config/arch/nios2.in +++ b/config/arch/nios2.in @@ -10,6 +10,7 @@ ## select GCC_REQUIRE_older_than_15 ## select GDB_REQUIRE_older_than_16 if DEBUG_GDB ## select GLIBC_REQUIRE_older_than_2_41 if LIBC_GLIBC +## select BINUTILS_REQUIRE_older_than_2_44 ## ## help The NIOS2 architecture, as defined by: ## help http://www.altera.com -- cgit v1.2.3