From 1355e73ce2f9be1663be80be2b9107ac7a4d7f55 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 27 Sep 2021 16:40:03 -0700 Subject: Remove vestiges of legacy RVV SLEN parameter --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5445b30..0af582f 100755 --- a/configure +++ b/configure @@ -1393,7 +1393,7 @@ Optional Packages: --with-boost-regex=boost_regex-gcc-mt-d-1_33_1 --with-isa=RV64IMAFDC Sets the default RISC-V ISA --with-priv=MSU Sets the default RISC-V privilege modes supported - --with-varch=vlen:128,elen:64,slen:128 + --with-varch=vlen:128,elen:64 Sets the default vector config --with-target=riscv64-unknown-elf Sets the default target config @@ -5920,7 +5920,7 @@ _ACEOF else cat >>confdefs.h <<_ACEOF -#define DEFAULT_VARCH "vlen:128,elen:64,slen:128" +#define DEFAULT_VARCH "vlen:128,elen:64" _ACEOF fi -- cgit v1.1