Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@stusta.de>
To: Armin Kuster <akuster808@gmail.com>, Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [warrior 14/23] libopus: Limit forcing ARM mode ISA to v5 only
Date: Sun, 1 Sep 2019 09:32:32 +0300	[thread overview]
Message-ID: <20190901063232.GA22307@localhost> (raw)
In-Reply-To: <6404de28dbc2189edeae0045bd619b91de54198d.1567286967.git.akuster808@gmail.com>

On Sat, Aug 31, 2019 at 02:31:35PM -0700, Armin Kuster wrote:
> From: Khem Raj <raj.khem@gmail.com>
> 
> This lets newer armv7+ still use thumb2 ISA
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
> index fb9bdc7..1512a1d 100644
> --- a/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
> +++ b/meta-oe/recipes-multimedia/libopus/libopus_1.1.3.bb
> @@ -50,6 +50,6 @@ python () {
>  #| {standard input}:761: Error: selected processor does not support Thumb mode `smull fp,r2,r3,r9'
>  #| {standard input}:773: Error: selected processor does not support Thumb mode `smull fp,r3,r5,r8'
>  #| make[2]: *** [celt/celt.lo] Error 1
> -ARM_INSTRUCTION_SET = "arm"
> +ARM_INSTRUCTION_SET_armv5 = "arm"
>...

This is an optimization, not something that should go into stable.

It also looks buggy, as if it would break the build for armv4t
and some armv6.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



  reply	other threads:[~2019-09-01  6:32 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-31 21:31 [warrior 00/23] Patch Review Armin Kuster
2019-08-31 21:31 ` [warrior 01/23] openh264: Fix armv7ve build Armin Kuster
2019-08-31 21:31 ` [warrior 02/23] fuse: upgrade 2.9.8 -> 2.9.9 Armin Kuster
2019-08-31 21:31 ` [warrior 03/23] mariadb: Upgrade to 10.3.16 Armin Kuster
2019-08-31 21:31 ` [warrior 04/23] network-manager-applet: Remove obsolete dbus-glib and libnm-glib dependencies Armin Kuster
2019-09-01  6:39   ` Adrian Bunk
2019-09-03  2:41     ` akuster808
2019-08-31 21:31 ` [warrior 05/23] volume-key: fix "Nothing RPROVIDES" when multilib enabled Armin Kuster
2019-08-31 21:31 ` [warrior 06/23] isomd5sum: " Armin Kuster
2019-08-31 21:31 ` [warrior 07/23] satyr: " Armin Kuster
2019-08-31 21:31 ` [warrior 08/23] fuse-exfat: moved to github Armin Kuster
2019-08-31 21:31 ` [warrior 09/23] exfat-utils: " Armin Kuster
2019-08-31 21:31 ` [warrior 10/23] openvpn: respect pid file in init.d service start Armin Kuster
2019-08-31 21:31 ` [warrior 11/23] net-snmp: update SRC_URI Armin Kuster
2019-08-31 21:31 ` [warrior 12/23] redis: backport a fix for stack trace generation on aarch64 Armin Kuster
2019-08-31 21:31 ` [warrior 13/23] ntop: fix missing return from non-void function Armin Kuster
2019-08-31 21:31 ` [warrior 14/23] libopus: Limit forcing ARM mode ISA to v5 only Armin Kuster
2019-09-01  6:32   ` Adrian Bunk [this message]
2019-09-03  2:41     ` akuster808
2019-08-31 21:31 ` [warrior 15/23] freeradius: add runtime dependency on perl Armin Kuster
2019-08-31 21:31 ` [warrior 16/23] scsirastools: add runtime dependency on bash Armin Kuster
2019-08-31 21:31 ` [warrior 17/23] scsirastools: add runtime dependency on bash II Armin Kuster
2019-08-31 21:31 ` [warrior 18/23] zeromq: Upgrade 4.3.1 -> 4.3.2 Armin Kuster
2019-08-31 21:31 ` [warrior 19/23] gnome-desktop3: Fix REQUIRED_DISTRO_FEATURES Armin Kuster
2019-08-31 21:31 ` [warrior 20/23] wireshark: Use an upstream URL that stays valid longer Armin Kuster
2019-08-31 21:31 ` [warrior 21/23] libgit2: Upgrade 0.27.8 -> 0.27.9 Armin Kuster
2019-08-31 21:31 ` [warrior 22/23] vlc: notify switched to GTK+3 some time ago Armin Kuster
2019-08-31 21:31 ` [warrior 23/23] apache2: upgrade 2.4.39 -> 2.4.41 Armin Kuster

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=20190901063232.GA22307@localhost \
    --to=bunk@stusta.de \
    --cc=akuster808@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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