All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/pixman: fix powerpc64le build
@ 2022-07-08 14:21 Bernd Kuhls
  2022-07-18 12:14 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 6+ messages in thread
From: Bernd Kuhls @ 2022-07-08 14:21 UTC (permalink / raw)
  To: buildroot

Disable vmx support to fix build error:

pixman-vmx.c:268:5: note: in expansion of macro 'LOAD_VECTOR'
  268 |     LOAD_VECTOR (src);
      |     ^~~~~~~~~~~
pixman-vmx.c:268:5: error: cannot convert a value of type 'int' to
 vector type '__vector(4) unsigned int' which has different size

Fixes:
http://autobuild.buildroot.net/results/fda886768fce25ccd9b52b635ff5b13da7ba2d0c/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/pixman/pixman.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk
index 64302fa49a..0f00a20cd8 100644
--- a/package/pixman/pixman.mk
+++ b/package/pixman/pixman.mk
@@ -21,7 +21,8 @@ PIXMAN_AUTORECONF = YES
 # don't build gtk based demos
 PIXMAN_CONF_OPTS = \
 	--disable-gtk \
-	--disable-loongson-mmi
+	--disable-loongson-mmi \
+	--disable-vmx
 
 # The ARM SIMD code from pixman requires a recent enough ARM core, but
 # there is a runtime CPU check that makes sure it doesn't get used if
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 6+ messages in thread
[parent not found: <20220708142150.234611-1-bernd.kuhls__17925.5718061299$1657290142$gmane$org@t-online.de>]

end of thread, other threads:[~2022-10-30 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-08 14:21 [Buildroot] [PATCH 1/1] package/pixman: fix powerpc64le build Bernd Kuhls
2022-07-18 12:14 ` Thomas Petazzoni via buildroot
2022-07-19  7:46   ` Joel Stanley
2022-07-19  8:27     ` Thomas Petazzoni via buildroot
2022-07-26 20:19       ` Thomas Petazzoni via buildroot
     [not found] <20220708142150.234611-1-bernd.kuhls__17925.5718061299$1657290142$gmane$org@t-online.de>
2022-10-30 21:48 ` Bernd Kuhls

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.