mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
arm: Disable context functions for Thumb
Similar to commit 57679b5e
("Disable context functions for Thumb") when
building for thumb we need to unset UCLIBC_HAS_CONTEXT_FUNCS.
Fixes #1397
Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
parent
e0bf7aa72a
commit
beae27d87b
@ -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