aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-06-26 17:22:46 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-06-26 17:23:00 +0900
commit28eeaed8a9ec2557e8f8d42d8ab3e7cad310a8a9 (patch)
tree428266e7013e822ea15f47fd822e01625dc464fd /configure.ac
parent6c6bf9ffcbfeb8be9d9c342e7604b74ec819e88a (diff)
downloadruby-28eeaed8a9ec2557e8f8d42d8ab3e7cad310a8a9.tar.gz
Revert "coroutine/arm32/Context.S: save/restore the registers via stack"
This reverts commit 6df1814c08df93bbc0b3e7a73649bcf82e126064. It caused a SEGV again: https://rubyci.org/logs/rubyci.s3.amazonaws.com/scw-9d6766/ruby-master/log/20190626T051707Z.fail.html.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3c87f78d44..69fa93a1c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2272,9 +2272,6 @@ 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
],