From: "André Draszik" <git@andred.net>
To: openembedded-core@lists.openembedded.org
Subject: Re: [V2 07/10] x264: Fix build on mips architectures
Date: Mon, 19 Dec 2016 10:40:48 +0000 [thread overview]
Message-ID: <1482144048.27847.19.camel@andred.net> (raw)
In-Reply-To: <1482143598.27847.17.camel@andred.net>
On Mon, 2016-12-19 at 10:33 +0000, André Draszik wrote:
> On Sun, 2016-12-18 at 22:39 -0800, Khem Raj wrote:
> > 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 | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-
> > multimedia/x264/x264_git.bb
> > index e790681ad3..240a19661f 100644
> > --- a/meta/recipes-multimedia/x264/x264_git.bb
> > +++ b/meta/recipes-multimedia/x264/x264_git.bb
> > @@ -23,6 +23,8 @@ inherit lib_package pkgconfig perlnative
> > X264_DISABLE_ASM = ""
> > X264_DISABLE_ASM_armv4 = "--disable-asm"
> > X264_DISABLE_ASM_armv5 = "--disable-asm"
> > +X264_DISABLE_ASM_mips = "--disable-asm"
> > +X264_DISABLE_ASM_mipsel = "--disable-asm"
>
> I think you can use _mipsarch these days, which covers all MIPS. Equally,
> mips32r5 and later have MSA, so I think the override should be:
>
> X264_DISABLE_ASM_mipsarch = "--disable-asm"
> X264_DISABLE_ASM_mipsarchr6 = ""
>
> or just
>
> X264_DISABLE_ASM_mipsarch = "${@bb.utils.contains("AVAILTUNES", "mips32r6", "", "--disable-asm", d)}"
or
X264_DISABLE_ASM_mipsarch = "${@bb.utils.contains("TUNE_FEATURES", "r6", "", "--disable-asm", d)}"
> not sure, and completely untested.
A.
next prev parent reply other threads:[~2016-12-19 10:40 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-19 6:39 [V2 01/10] webkitgtk: Fix atomic detection on arm architecture Khem Raj
2016-12-19 6:39 ` [V2 02/10] gdb: Upgrade to 7.12 Khem Raj
2016-12-19 11:14 ` Burton, Ross
2016-12-19 16:42 ` Khem Raj
2016-12-19 17:18 ` Burton, Ross
2016-12-19 6:39 ` [V2 03/10] grub: Fix build with glibc 2.25 Khem Raj
2016-12-19 6:39 ` [V2 04/10] grub-git: Upgrade to tip of master and fix " Khem Raj
2016-12-19 6:39 ` [V2 05/10] mdadm: Fix build " Khem Raj
2016-12-19 6:39 ` [V2 06/10] pax: " Khem Raj
2016-12-19 6:39 ` [V2 07/10] x264: Fix build on mips architectures Khem Raj
2016-12-19 10:33 ` André Draszik
2016-12-19 10:40 ` André Draszik [this message]
2016-12-19 16:43 ` Khem Raj
2016-12-19 6:39 ` [V2 08/10] autoconf: Fix AC_HEADER_MAJOR with glibc 2.25 Khem Raj
2016-12-19 6:39 ` [V2 09/10] opnssl-native: Compile with -fPIC Khem Raj
2016-12-19 6:39 ` [V2 10/10] gdk-pixbuf: Update to 2.36.1 Khem Raj
2016-12-19 9:13 ` Jussi Kukkonen
2016-12-19 16:41 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1482144048.27847.19.camel@andred.net \
--to=git@andred.net \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox