Openembedded Core Discussions
 help / color / mirror / Atom feed
* [V3 07/10] x264: Fix build on mips architectures
@ 2016-12-19 17:19 Khem Raj
  2016-12-19 17:19 ` [V3 02/10] gdb: Upgrade to 7.12 Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2016-12-19 17:19 UTC (permalink / raw)
  To: openembedded-core

Disable asm to fix

| You specified a pre-MSA CPU in your CFLAGS.
| If you really want to run on such a CPU, configure with --disable-asm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-multimedia/x264/x264_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb
index e790681ad3..1dafdd53ae 100644
--- a/meta/recipes-multimedia/x264/x264_git.bb
+++ b/meta/recipes-multimedia/x264/x264_git.bb
@@ -24,6 +24,7 @@ X264_DISABLE_ASM = ""
 X264_DISABLE_ASM_armv4 = "--disable-asm"
 X264_DISABLE_ASM_armv5 = "--disable-asm"
 X264_DISABLE_ASM_powerpc = "${@bb.utils.contains("TUNE_FEATURES", "spe", "--disable-asm", "", d)}"
+X264_DISABLE_ASM_mipsarch = "${@bb.utils.contains("TUNE_FEATURES", "r6", "", "--disable-asm", d)}"
 
 EXTRA_OECONF = '--prefix=${prefix} \
                 --host=${HOST_SYS} \
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-19 17:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-19 17:19 [V3 07/10] x264: Fix build on mips architectures Khem Raj
2016-12-19 17:19 ` [V3 02/10] gdb: Upgrade to 7.12 Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox