Commit 66371c28 authored by Mans Rullgard's avatar Mans Rullgard

configure: arm: detect default thumb state of compiler

This makes configure honour the compiler default if thumb is not
explicitly enabled or disabled.
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent eebc40e1
......@@ -3092,6 +3092,7 @@ if enabled alpha; then
elif enabled arm; then
check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
enabled thumb && check_cflags -mthumb || check_cflags -marm
nogas=die
......
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