package/mpg123: 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:
Peter Korsgaard
2024-09-14 14:43:29 +02:00
committed by Yann E. MORIN
parent 4fd7aa3f4a
commit 21697b50db

View File

@@ -15,7 +15,7 @@ MPG123_DEPENDENCIES = host-pkgconf
# mpg123 has some assembly function that is not present in Thumb mode:
# Error: selected processor does not support `smull r3,ip,r2,r10' in Thumb mode
# so, we desactivate Thumb mode
# so, we deactivate Thumb mode
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
MPG123_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
endif