Merge pull request #1414 from cpackham/disable-context-for-thumb

arm: Disable context functions for Thumb
This commit is contained in:
Chris Packham 2020-11-03 20:47:13 +13:00 committed by GitHub
commit 0dd54d59ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,7 @@ CT_DoArchUClibcConfig() {
;;
thumb)
CT_KconfigEnableOption "COMPILE_IN_THUMB_MODE" "${cfg}"
CT_KconfigDisableOption "UCLIBC_HAS_CONTEXT_FUNCS" "${cfg}"
;;
esac
# FIXME: CONFIG_ARM_OABI does not exist in neither uClibc/uClibc-ng