Commit acf70639 authored by James Almer's avatar James Almer

Merge commit '75ef9154'

* commit '75ef9154':
  configure: Disable inline assembly for PathScale compilers
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents ce1b1f00 75ef9154
......@@ -6553,6 +6553,7 @@ elif enabled tms470; then
disable inline_asm
elif enabled pathscale; then
add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
disable inline_asm
elif enabled_any msvc icl; then
enabled x86_32 && disable aligned_stack
enabled_all x86_32 debug && add_cflags -Oy-
......
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