[Buildroot] [PATCH 7/9] package/mesa3d: Remove force disable of power8

Cédric Le Goater clg at kaod.org
Fri Jul 29 06:54:47 UTC 2022


On 7/29/22 02:09, Joel Stanley wrote:
> With "arch/powerpc: Enable powerpc64le only on CPUs that support it"
> buildroot will no longer build a toolchain that has broken VMX support.
> 
> Remove the special casing so the build system can do feature detection.
> 
> Signed-off-by: Joel Stanley <joel at jms.id.au>

Reviewed-by: Cédric Le Goater <clg at kaod.org>

Thanks,

C.

> ---
>   package/mesa3d/mesa3d.mk | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/mesa3d/mesa3d.mk b/package/mesa3d/mesa3d.mk
> index 96520e2efd23..955402dbb7dd 100644
> --- a/package/mesa3d/mesa3d.mk
> +++ b/package/mesa3d/mesa3d.mk
> @@ -26,8 +26,7 @@ MESA3D_DEPENDENCIES = \
>   	zlib
>   
>   MESA3D_CONF_OPTS = \
> -	-Dgallium-omx=disabled \
> -	-Dpower8=disabled
> +	-Dgallium-omx=disabled
>   
>   # Codesourcery ARM 2014.05 fail to link libmesa_dri_drivers.so with --as-needed linker
>   # flag due to a linker bug between binutils 2.24 and 2.25 (2.24.51.20140217).




More information about the buildroot mailing list