We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9ae41e commit 4e9a273Copy full SHA for 4e9a273
1 file changed
src/archs.nix
@@ -26,6 +26,13 @@
26
gcc.arch = "mips64r2";
27
gcc.abi = "64";
28
};
29
+ ppc = {
30
+ config = "powerpc-linux-musl";
31
+ gcc.fno-use-cxa-atexit = true;
32
+ gcc.fno-threadsafe-statics = true;
33
+ gcc.fno-extern-tls-init = true;
34
+ gcc.cflags = "-fno-use-linker-plugin";
35
+ };
36
ppc64 = {
37
config = "powerpc64-linux-musl";
38
gcc.abi = "elfv2";
0 commit comments