package/libkrb5: fix deactivate typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 45bb5fbdae591f4f5c40ff3433d375f4d7a5d9d9) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a9bff68971
commit
2222d10d49
@ -36,7 +36,7 @@ LIBKRB5_CONF_OPTS = \
|
||||
|
||||
# libkrb5 has some assembly function that is not present in Thumb mode:
|
||||
# Error: selected processor does not support `mcr p15,0,r2,c7,c10,5' in Thumb mode
|
||||
# so, we desactivate Thumb mode
|
||||
# so, we deactivate Thumb mode
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
LIBKRB5_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user