summaryrefslogtreecommitdiff
path: root/lib/systems
diff options
context:
space:
mode:
authorOPNA2608 <opna2608@protonmail.com>2025-07-05 19:28:56 +0200
committerAlyssa Ross <hi@alyssa.is>2025-07-05 22:16:59 +0200
commit8c6307d19b768aa54dec08d1ec4f3a7cfeca6878 (patch)
tree0fc9f58bf431bc8bf221430fe0e0056d03b3f0c6 /lib/systems
parenteduke32: 0-unstable-2025-04-11 -> 0-unstable-2025-07-04 (#422743) (diff)
downloadnixpkgs-8c6307d19b768aa54dec08d1ec4f3a7cfeca6878.tar.gz
lib.systems.examples: Add rust.rustcTarget for ppc64-elfv1
Diffstat (limited to 'lib/systems')
-rw-r--r--lib/systems/examples.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix
index e7e5d502ad5d..9f67c109c787 100644
--- a/lib/systems/examples.nix
+++ b/lib/systems/examples.nix
@@ -23,6 +23,7 @@ rec {
ppc64-elfv1 = {
config = "powerpc64-unknown-linux-gnuabielfv1";
+ rust.rustcTarget = "powerpc64-unknown-linux-gnu";
};
ppc64-elfv2 = {
config = "powerpc64-unknown-linux-gnuabielfv2";