|
@@ -3996,6 +3996,7 @@ elif enabled alpha; then |
|
|
|
|
|
|
|
|
elif enabled arm; then |
|
|
elif enabled arm; then |
|
|
|
|
|
|
|
|
|
|
|
enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable thumb |
|
|
check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb |
|
|
check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb |
|
|
enabled thumb && check_cflags -mthumb || check_cflags -marm |
|
|
enabled thumb && check_cflags -mthumb || check_cflags -marm |
|
|
|
|
|
|
|
|