Index: b/package/glibc/2.23/0006-glibc-no-thumb.patch =================================================================== --- /dev/null +++ b/package/glibc/2.23/0006-glibc-no-thumb.patch @@ -0,0 +1,11 @@ +--- a/sysdeps/arm/arm-features.h.orig 2018-07-31 14:36:22.745319871 +0200 ++++ b/sysdeps/arm/arm-features.h 2018-07-31 14:36:33.421362248 +0200 +@@ -56,4 +56,7 @@ + /* An OS-specific arm-features.h file may define ARM_NO_INDEX_REGISTER to + indicate that the two-register addressing modes must never be used. */ + ++#define NO_THUMB ++ ++ + #endif /* arm-features.h */ +