Skip to content

Commit 4e9a273

Browse files
committed
try powerpc
1 parent c9ae41e commit 4e9a273

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/archs.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626
gcc.arch = "mips64r2";
2727
gcc.abi = "64";
2828
};
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+
};
2936
ppc64 = {
3037
config = "powerpc64-linux-musl";
3138
gcc.abi = "elfv2";

0 commit comments

Comments
 (0)