aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPatrick O'Neill <patrick@rivosinc.com>2023-09-08 13:56:57 -0700
committerPatrick O'Neill <patrick@rivosinc.com>2023-09-08 13:56:57 -0700
commitc16d68bc60d7e6e90cc8358aa6e0674a2f57faa2 (patch)
tree24e0342031e4c0771e304e6129a1a39b9b345a59 /scripts
parentd0d07301f9df660396651273d52ea0403bf3d5a2 (diff)
downloadriscv-gnu-toolchain-c16d68bc60d7e6e90cc8358aa6e0674a2f57faa2.zip
riscv-gnu-toolchain-c16d68bc60d7e6e90cc8358aa6e0674a2f57faa2.tar.gz
riscv-gnu-toolchain-c16d68bc60d7e6e90cc8358aa6e0674a2f57faa2.tar.bz2
Specify vector spec v1.0 in QEMU arguments.
Some testcases in GCC's testsuite check stdout. Qemu will print a warning if the vector spec is not specified which will cause those testcases to fail. The warning: vector version is not specified, use the default value v1.0 Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/march-to-cpu-opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/march-to-cpu-opt b/scripts/march-to-cpu-opt
index 752cf03..493ab13 100755
--- a/scripts/march-to-cpu-opt
+++ b/scripts/march-to-cpu-opt
@@ -12,7 +12,7 @@ EXT_OPTS = {
"zbb": "zbb=true",
"zbc": "zbc=true",
"zbs": "zbs=true",
- "v": "v=true",
+ "v": "v=true,vext_spec=v1.0",
"zve32f": "Zve32f=true",
"zve64f": "Zve64f=true",
"zfh": "Zfh=true",