mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
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:
committed by
Yann E. MORIN
parent
4fd7aa3f4a
commit
21697b50db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user