aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-06-26 14:08:10 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-06-26 14:08:10 +0900
commit6df1814c08df93bbc0b3e7a73649bcf82e126064 (patch)
tree146eda02da4caa74b79fc9fc26c273bff468bdb5 /configure.ac
parent51361272f9efca3eb0e1acb620ac62b576ddbb04 (diff)
downloadruby-6df1814c08df93bbc0b3e7a73649bcf82e126064.tar.gz
coroutine/arm32/Context.S: save/restore the registers via stack
Retry of 518adcca0a and dbe232e24e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5f2fe6b6c1..8c431ad70b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2272,6 +2272,9 @@ AS_CASE(["$rb_cv_fiber_coroutine"], [yes|''], [
[x64-mingw32], [
rb_cv_fiber_coroutine=win64
],
+ [armv7*-linux-*], [
+ rb_cv_fiber_coroutine=arm32
+ ],
[aarch64-linux], [
rb_cv_fiber_coroutine=arm64
],