Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/efl: avoid optimization flags added by meson
Date: Sat, 8 Aug 2020 14:26:55 +0200	[thread overview]
Message-ID: <20200808122655.GP2186@scaer> (raw)
In-Reply-To: <20200808094230.1593546-1-romain.naour@gmail.com>

Romain, All,

On 2020-08-08 11:42 +0200, Romain Naour spake thusly:
> Efl's meson build system add some optimization flags related to cpu
> architecture [1]. In the context of Buildroot, such optimization flags
> are already provided by the toolchain wrapper.
> 
> For ppc, efl's meson expect the altivec support is available but this is
> not the case for ppc e500 cpus.
> 
> Disable native-arch-optimization option to avoid such issue.
> 
> [1] https://git.enlightenment.org/core/efl.git/tree/meson.build?h=v1.24.3#n165
> 
> Fixes:
> http://autobuild.buildroot.net/results/dd2586be32c25d93eebfaa743c1f7d36915bb0d7
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/efl/efl.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/efl/efl.mk b/package/efl/efl.mk
> index 6dc38b1626..b8c4a506ad 100644
> --- a/package/efl/efl.mk
> +++ b/package/efl/efl.mk
> @@ -29,6 +29,7 @@ EFL_DEPENDENCIES = host-pkgconf host-efl host-luajit dbus freetype \
>  # elua=true: build elua for the target.
>  # sdl=false: disable sdl2 support.
>  # embedded-lz4=false: use liblz4 from lz4 package.
> +# native-arch-optimization=false: avoid optimization flags added by meson.
>  # network-backend=none: disable connman networkmanager.
>  EFL_CONF_OPTS = \
>  	-Davahi=false \
> @@ -39,6 +40,7 @@ EFL_CONF_OPTS = \
>  	-Delua=true \
>  	-Dembedded-lz4=false \
>  	-Dlua-interpreter=luajit \
> +	-Dnative-arch-optimization=false \
>  	-Dnetwork-backend=none \
>  	-Dpixman=false \
>  	-Dsdl=false \
> -- 
> 2.25.4
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2020-08-08 12:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-08  9:42 [Buildroot] [PATCH] package/efl: avoid optimization flags added by meson Romain Naour
2020-08-08 12:26 ` Yann E. MORIN [this message]

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=20200808122655.GP2186@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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