mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/madplay: fix typos in comments
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
f5ad59e948
commit
2465cdb48a
@@ -3,7 +3,7 @@ configure.ac: call AM_MKINSTALLDIRS to substitute @MKINSTALLDIRS@
|
||||
MKINSTALLDIRS is obsolete and doesn't get automatically called.
|
||||
|
||||
Force call AM_MKINSTALLDIRS() macro to substitute every @MKINSTALLDIRS@
|
||||
occurence in *.in files.
|
||||
occurrence in *.in files.
|
||||
|
||||
Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ MADPLAY_AUTORECONF = YES
|
||||
# madplay uses libmad which has some assembly function that is not present in
|
||||
# Thumb mode:
|
||||
# Error: selected processor does not support `smull r8,r9,r2,r4' in Thumb mode
|
||||
# so, we desactivate Thumb mode
|
||||
# so, we deactivate Thumb mode
|
||||
ifeq ($(BR2_ARM_INSTRUCTIONS_THUMB),y)
|
||||
MADPLAY_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -marm"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user