package/dmalloc: fix deactivate typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
be495963ed
commit
1fe75a9a62
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue