[PATCH 03/18] riscv: disable vector if big-endian, gcc unsupported option
Ben Dooks
ben.dooks at codethink.co.uk
Fri Aug 22 09:52:33 PDT 2025
You can't build with vector enabled at the moment so remove
this until gcc is changed.
Signed-off-by: Ben Dooks <ben.dooks at codethink.co.uk>
---
arch/riscv/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index f1c0a655cd47..ca5cd4cf6e15 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -656,6 +656,7 @@ config RISCV_ISA_V
bool "Vector extension support"
depends on TOOLCHAIN_HAS_V
depends on FPU
+ depends on CPU_LITTLE_ENDIAN
select DYNAMIC_SIGFRAME
default y
help
--
2.37.2.352.g3c44437643
More information about the linux-riscv
mailing list