Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/12] support/config-fragments: remove nios2 toolchain
@ 2025-01-08 23:05 Romain Naour via buildroot
  2025-01-08 23:05 ` [Buildroot] [PATCH 02/12] support/scripts/gen-bootlin-toolchains: " Romain Naour via buildroot
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Romain Naour via buildroot @ 2025-01-08 23:05 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Romain Naour, Thomas Petazzoni

The nios2 architecture was deprecated in gcc-14 and has been removed
in the upcoming gcc-15 [1][2].

Our last and only nios2 defconfig "qemu_nios2_10m50_defconfig" was
removed in 2024.11 due to nios2 removal from Qemu 9.1.0 [3].

Remove nios2 testing from Buildroot autobuilders.

[1] https://sourceware.org/pipermail/binutils/2024-April/133675.html
[2] https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=e876acab6cdd84bb2b32c98fc69fb0ba29c81153
[3] f96b4c176f6e9d6c4374a0d322de672bf44c35bf

Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Cc: Julien Olivain <ju.o@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 support/config-fragments/autobuild/bootlin-nios2-glibc.config | 4 ----
 support/config-fragments/autobuild/toolchain-configs.csv      | 1 -
 2 files changed, 5 deletions(-)
 delete mode 100644 support/config-fragments/autobuild/bootlin-nios2-glibc.config

diff --git a/support/config-fragments/autobuild/bootlin-nios2-glibc.config b/support/config-fragments/autobuild/bootlin-nios2-glibc.config
deleted file mode 100644
index 575a1b30ed..0000000000
--- a/support/config-fragments/autobuild/bootlin-nios2-glibc.config
+++ /dev/null
@@ -1,4 +0,0 @@
-BR2_nios2=y
-BR2_TOOLCHAIN_EXTERNAL=y
-BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
-BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_NIOS2_GLIBC_STABLE=y
diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv
index 654f11e28b..047b22a9fa 100644
--- a/support/config-fragments/autobuild/toolchain-configs.csv
+++ b/support/config-fragments/autobuild/toolchain-configs.csv
@@ -28,7 +28,6 @@ support/config-fragments/autobuild/bootlin-m68k-5208-uclibc.config,x86_64
 support/config-fragments/autobuild/bootlin-microblazeel-uclibc.config,x86_64
 support/config-fragments/autobuild/bootlin-mipsel-uclibc.config,x86_64
 support/config-fragments/autobuild/bootlin-mipsel32r6-glibc.config,x86_64
-support/config-fragments/autobuild/bootlin-nios2-glibc.config,x86_64
 support/config-fragments/autobuild/bootlin-openrisc-uclibc.config,x86_64
 support/config-fragments/autobuild/bootlin-powerpc64le-power8-glibc.config,x86_64
 support/config-fragments/autobuild/bootlin-powerpc-e500mc-uclibc.config,x86_64
-- 
2.47.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-01-15 20:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-08 23:05 [Buildroot] [PATCH 01/12] support/config-fragments: remove nios2 toolchain Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 02/12] support/scripts/gen-bootlin-toolchains: " Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 03/12] toolchain/toolchain-external: remove Bootlin nios2 external toolchain Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 04/12] package/glibc: remove nios2 support Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 05/12] package/gcc: remove nios2 handling Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 06/12] arch: disable nios2 Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 07/12] package: remove BR2_nios2 symbol Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 08/12] linux: " Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 09/12] toolchain: remove BR2_TOOLCHAIN_HAS_GCC_BUG_93847 (nios2 only) Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 10/12] toolchain: remove BR2_TOOLCHAIN_HAS_GCC_BUG_99410 " Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 11/12] toolchain: remove remaining BR2_nios2 from toolchain bugs Romain Naour via buildroot
2025-01-08 23:05 ` [Buildroot] [PATCH 12/12] arch/nios2: drop architecture Romain Naour via buildroot
2025-01-10 13:06 ` [Buildroot] [PATCH 01/12] support/config-fragments: remove nios2 toolchain David Laight
2025-01-10 20:15   ` Romain Naour via buildroot
2025-01-15 20:40 ` Julien Olivain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox