diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-01-20 13:47:55 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-01-22 09:13:56 +1300 |
commit | 9d91cebe239f7eed86bda7e3837c470205f447ea (patch) | |
tree | 81c243c9867f514a9b2c3386b8c191320f4b1f7c /config | |
parent | 0bab0220293b6d9c95c50a0f7fa995dd67dc81af (diff) | |
download | crosstool-ng-9d91cebe239f7eed86bda7e3837c470205f447ea.tar.gz crosstool-ng-9d91cebe239f7eed86bda7e3837c470205f447ea.tar.bz2 crosstool-ng-9d91cebe239f7eed86bda7e3837c470205f447ea.zip |
gdb: Add 16.1
https://sourceware.org/pipermail/gdb-announce/2025/000143.html
Support for Nios II targets has been removed so that architecture now
requires a version of GDB older than 16.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
-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 777a4265..c773860c 100644 --- a/config/arch/nios2.in +++ b/config/arch/nios2.in @@ -8,6 +8,7 @@ ## select ARCH_SUPPORTS_WITH_ARCH ## select ARCH_SUPPORTS_FLAT_FORMAT ## select GCC_REQUIRE_older_than_15 +## select GDB_REQUIRE_older_than_16 ## ## help The NIOS2 architecture, as defined by: ## help http://www.altera.com |