Skip to content

Commit 099173e

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 9eed7f6 commit 099173e

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
@@ -2688,6 +2688,9 @@ AS_CASE([$coroutine_type], [yes|''], [
26882688
[powerpc64-darwin*|ppc64-darwin*], [
26892689
coroutine_type=ppc64
26902690
],
2691+
[x86_64-linux-gnux32], [
2692+
coroutine_type=ucontext
2693+
],
26912694
[x*64-linux*], [
26922695
AS_CASE(["$ac_cv_sizeof_voidp"],
26932696
[8], [ coroutine_type=amd64 ],

0 commit comments

Comments
 (0)