Skip to content
Unverified Commit 5ba7a75a authored by Anton Blanchard's avatar Anton Blanchard Committed by Palmer Dabbelt
Browse files

riscv: Fix toolchain vector detection



A recent change to gcc flags rv64iv as no longer valid:

   cc1: sorry, unimplemented: Currently the 'V' implementation
   requires the 'M' extension

and as a result vector support is disabled. Fix this by adding m
to our toolchain vector detection code.

Signed-off-by: default avatarAnton Blanchard <antonb@tenstorrent.com>
Fixes: fa8e7cce ("riscv: Enable Vector code to be built")
Link: https://lore.kernel.org/r/20240819001131.1738806-1-antonb@tenstorrent.com


Signed-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent b686ecde
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment