package/dmalloc: fix deactivate typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit 1fe75a9a621730dbd13036b18d553ae90da61191) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1b99b59fb7
commit
e085940c12
@ -42,7 +42,7 @@ endif
|
||||
|
||||
# dmalloc has some assembly function that are not present in thumb1 mode:
|
||||
# Error: lo register required -- `str lr,[sp,#4]'
|
||||
# so, we desactivate thumb mode
|
||||
# so, we deactivate thumb mode
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
DMALLOC_CFLAGS += -marm
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user