mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 03:06:42 +00:00
Merge pull request #1414 from cpackham/disable-context-for-thumb
arm: Disable context functions for Thumb
This commit is contained in:
commit
0dd54d59ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user