mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
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: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
eebc40e177
commit
66371c2851
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user