mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
configure.ac: disable using __builtin_setjmp on ARM Android
A patch from Tee KOBAYASHI <xtkoba+ruby@gmail.com>. [Bug #17511]
This commit is contained in:
parent
f2d0d4cb0a
commit
b9c1b3f8d8
1 changed files with 6 additions and 0 deletions
|
@ -892,6 +892,12 @@ AS_CASE(["$target_os"],
|
|||
dnl Checks for libraries.
|
||||
AS_CASE(["$target_os"],[*bsd*|dragonfly*],[],[ac_cv_func_daemon=no])
|
||||
|
||||
AS_CASE(["$target_os"], [*android*], [
|
||||
AS_CASE(["$target_cpu"], [arm*], [
|
||||
ac_cv_func___builtin_setjmp=no
|
||||
])
|
||||
])
|
||||
|
||||
AS_UNSET(ORIG_LIBS)
|
||||
POSTLINK=:
|
||||
AC_SUBST(POSTLINK)
|
||||
|
|
Loading…
Add table
Reference in a new issue