Skip to content

Commit 654ef6a

Browse files
committed
Autoconf support for sparc64 since the necessary asm code is in place now.
1 parent c96b059 commit 654ef6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@ AS_CASE([$host_cpu],
12681268
[ppc64*|powerpc64*], [fiber_cpu="ppc64"],
12691269
[ppc*|powerpc*], [fiber_cpu="ppc32"],
12701270
[riscv64*], [fiber_cpu="riscv64"],
1271+
[sparc64], [fiber_cpu="sparc64"],
12711272
[s390x*], [fiber_cpu="s390x"],
12721273
[mips64*], [fiber_cpu="mips64"],
12731274
[mips*], [fiber_cpu="mips32"],
@@ -1289,6 +1290,7 @@ AS_CASE([$fiber_cpu],
12891290
[ppc64], [fiber_asm_file_prefix="ppc64_sysv"],
12901291
[ppc32], [fiber_asm_file_prefix="ppc32_sysv"],
12911292
[riscv64], [fiber_asm_file_prefix="riscv64_sysv"],
1293+
[sparc64], [fiber_asm_file_prefix="sparc64_sysv"],
12921294
[s390x], [fiber_asm_file_prefix="s390x_sysv"],
12931295
[mips64], [fiber_asm_file_prefix="mips64_n64"],
12941296
[mips32], [fiber_asm_file_prefix="mips32_o32"],

0 commit comments

Comments
 (0)