From cdb0f02a36bb6474c5be13627ce735c9b326c6d0 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 25 Jul 2022 12:22:41 +0200 Subject: lib/systems/examples: use provided ABIs in PPC64 triple --- lib/systems/examples.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/systems/examples.nix b/lib/systems/examples.nix index 65dc9c07e346..0d9f67037764 100644 --- a/lib/systems/examples.nix +++ b/lib/systems/examples.nix @@ -22,12 +22,11 @@ rec { }; ppc64 = { - config = "powerpc64-unknown-linux-gnu"; - gcc = { abi = "elfv2"; }; # for gcc configuration + config = "powerpc64-unknown-linux-gnuabielfv2"; }; ppc64-musl = { config = "powerpc64-unknown-linux-musl"; - gcc = { abi = "elfv2"; }; # for gcc configuration + gcc = { abi = "elfv2"; }; }; sheevaplug = { -- cgit v1.2.3