mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/php: fix 'deactivate' typo
Found by codespell. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
d6586d37ba
commit
e2f44b5060
@@ -92,7 +92,7 @@ endif
|
||||
|
||||
# php has some assembly function that is not present in Thumb mode:
|
||||
# Error: selected processor does not support `umlal r2,r1,r0,r3' in Thumb mode
|
||||
# so, we desactivate Thumb mode
|
||||
# so, we deactivate Thumb mode
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
PHP_CFLAGS += -marm
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user