Commit 4e6c85b3 authored by James Almer's avatar James Almer

Merge commit 'd6390090'

* commit 'd6390090':
  configure: Skip check for inline assembly capabilities when explicitly disabled
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents a60fb1f8 d6390090
...@@ -5384,7 +5384,7 @@ EOF ...@@ -5384,7 +5384,7 @@ EOF
sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }') sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
extern_prefix=${sym%%ff_extern*} extern_prefix=${sym%%ff_extern*}
check_inline_asm inline_asm '"" ::' ! disabled inline_asm && check_inline_asm inline_asm '"" ::'
_restrict= _restrict=
for restrict_keyword in restrict __restrict__ __restrict; do for restrict_keyword in restrict __restrict__ __restrict; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment