2024-04-25 21:39:49 -07:00
|
|
|
--- configure.orig 2024-04-23 03:23:28.000000000 -0700
|
2024-09-24 11:13:14 -07:00
|
|
|
+++ configure 2024-09-23 19:38:03.000000000 -0700
|
2023-04-30 19:30:19 -07:00
|
|
|
@@ -9272,6 +9272,8 @@ case "$target_archs" in #(
|
2023-01-18 17:08:49 -08:00
|
|
|
ARCH_FLAG=-m64 ;; #(
|
|
|
|
|
i[3-6]86) :
|
|
|
|
|
ARCH_FLAG=-m32 ;; #(
|
|
|
|
|
+ ppc) :
|
|
|
|
|
+ ARCH_FLAG=-m32 ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
as_fn_error $? "unknown target architecture: $target_archs" "$LINENO" 5
|
|
|
|
|
;;
|
2023-04-30 19:30:19 -07:00
|
|
|
@@ -9370,6 +9372,8 @@ case "$target_cpu" in #(
|
2023-01-18 17:08:49 -08:00
|
|
|
ARCH_FLAG=-m64 ;; #(
|
|
|
|
|
i[3-6]86) :
|
|
|
|
|
ARCH_FLAG=-m32 ;; #(
|
|
|
|
|
+ ppc) :
|
|
|
|
|
+ ARCH_FLAG=-m32 ;; #(
|
|
|
|
|
*) :
|
|
|
|
|
as_fn_error $? "unknown target architecture: $target_archs" "$LINENO" 5
|
|
|
|
|
;;
|
2023-04-30 19:30:19 -07:00
|
|
|
@@ -28747,6 +28751,18 @@ printf %s "checking native coroutine imp
|
2023-01-18 17:08:49 -08:00
|
|
|
|
|
|
|
|
rb_cv_coroutine=arm64
|
|
|
|
|
;; #(
|
|
|
|
|
+ *86-darwin*) :
|
|
|
|
|
+
|
|
|
|
|
+ rb_cv_coroutine=x86
|
|
|
|
|
+ ;; #(
|
|
|
|
|
+ ppc*-darwin8*) :
|
|
|
|
|
+
|
|
|
|
|
+ rb_cv_coroutine=copy
|
|
|
|
|
+ ;; #(
|
|
|
|
|
+ universal-darwin8*) :
|
|
|
|
|
+
|
|
|
|
|
+ rb_cv_coroutine=copy
|
|
|
|
|
+ ;; #(
|
|
|
|
|
x*64-linux*) :
|
|
|
|
|
|
|
|
|
|
case "$ac_cv_sizeof_voidp" in #(
|