package/efl: avoid optimization flags added by meson
authorRomain Naour <romain.naour@gmail.com>
Sat, 8 Aug 2020 09:42:30 +0000 (11:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 8 Aug 2020 12:23:24 +0000 (14:23 +0200)
commitcaa9aac9054972a115484bafcb176952c1c6543d
treef71bee03c67867373030e8c96881b6d34541812d
parent5d8811eb87b0a3b352817a72928586af8aad2892
package/efl: avoid optimization flags added by meson

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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/efl/efl.mk