From e50f3d92cd726a9fd1bf73892107310ddb5b25aa Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 10 Sep 2024 05:54:41 +0200 Subject: [PATCH] coreboot-toolchain: Drop nds32le toolchain build coreboot does not use this toolchain for quite some time anymore. Drop it. Signed-off-by: Felix Singer --- pkgs/development/tools/misc/coreboot-toolchain/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/tools/misc/coreboot-toolchain/default.nix b/pkgs/development/tools/misc/coreboot-toolchain/default.nix index 29e90c031cb7..a7a923a6d484 100644 --- a/pkgs/development/tools/misc/coreboot-toolchain/default.nix +++ b/pkgs/development/tools/misc/coreboot-toolchain/default.nix @@ -102,7 +102,6 @@ lib.listToAttrs ( "aarch64" "riscv" "ppc64" - "nds32le" ] )