DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] devtools: add RISC-V vector in meson build test
@ 2025-11-10  2:52 Sun Yuechi
  2025-11-10  2:54 ` sunyuechi
  0 siblings, 1 reply; 3+ messages in thread
From: Sun Yuechi @ 2025-11-10  2:52 UTC (permalink / raw)
  To: dev; +Cc: Sun Yuechi, Bruce Richardson

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
---
 devtools/test-meson-builds.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devtools/test-meson-builds.sh b/devtools/test-meson-builds.sh
index 4fff1f7177..4f07f84eb0 100755
--- a/devtools/test-meson-builds.sh
+++ b/devtools/test-meson-builds.sh
@@ -290,6 +290,10 @@ build build-ppc64-power8-gcc $f ABI $use_shared
 f=$srcdir/config/riscv/riscv64_linux_gcc
 build build-riscv64-generic-gcc $f ABI $use_shared
 
+# RISC-V vector (rv64gcv)
+f=$srcdir/config/riscv/riscv64_rv64gcv_linux_gcc
+build build-riscv64_rv64gcv_gcc $f ABI $use_shared
+
 # Test installation of the x86-generic target, to be used for checking
 # the sample apps build using the pkg-config file for cflags and libs
 load_env cc
-- 
2.51.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-10  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-10  2:52 [PATCH] devtools: add RISC-V vector in meson build test Sun Yuechi
2025-11-10  2:54 ` sunyuechi
2025-11-10  9:39   ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).