Skip to content

Commit adfb2cc

Browse files
lucaskanashirosorah
authored andcommitted
Fix FTBFS on x32: misdetected as i386 or amd64
Author: Thorsten Glaser <[email protected]> Bug: #954293 Updated by John Paul Adrian Glaubitz <[email protected]> on 2022-06-02, s/rb_cv_coroutine/coroutine_type/. Gbp-Pq: Name Fix-FTBFS-on-x32-misdetected-as-i386-or-amd64.patch
1 parent 226bbd6 commit adfb2cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2690,6 +2690,9 @@ AS_CASE([$coroutine_type], [yes|''], [
26902690
[powerpc64-darwin*|ppc64-darwin*], [
26912691
coroutine_type=ppc64
26922692
],
2693+
[x86_64-linux-gnux32], [
2694+
coroutine_type=ucontext
2695+
],
26932696
[x*64-linux*], [
26942697
AS_CASE(["$ac_cv_sizeof_voidp"],
26952698
[8], [ coroutine_type=amd64 ],

0 commit comments

Comments
 (0)