diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-06-02 14:33:24 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-06-04 09:24:08 +1200 |
commit | 1b4e79062771705b16ae6e54cb83d1aeffded592 (patch) | |
tree | f07ff2af9b2728e41675f48bc38ab969596ab542 | |
parent | 51fe3777069ac963202edcdb3c08d9d62bce0d8f (diff) | |
download | crosstool-ng-1b4e79062771705b16ae6e54cb83d1aeffded592.tar.gz crosstool-ng-1b4e79062771705b16ae6e54cb83d1aeffded592.tar.bz2 crosstool-ng-1b4e79062771705b16ae6e54cb83d1aeffded592.zip |
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 <judge.packham@gmail.com>
-rw-r--r-- | config/arch/nios2.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |