diff mbox series

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

Message ID 20220729000904.1295295-8-joel@jms.id.au
State Changes Requested
Headers show
Series powerpc: Fix ppc64le configurations | expand

Commit Message

Joel Stanley July 29, 2022, 12:09 a.m. UTC
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@jms.id.au>
---
 package/mesa3d/mesa3d.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Cédric Le Goater July 29, 2022, 6:54 a.m. UTC | #1
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@jms.id.au>

Reviewed-by: Cédric Le Goater <clg@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).
diff mbox series

Patch

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).