@@ -78,6 +79,7 @@ RISCV_CORE("sifive-e31", "rv32imac", "sifive-3-series")
RISCV_CORE("sifive-e34", "rv32imafc", "sifive-3-series")
RISCV_CORE("sifive-e76", "rv32imafc", "sifive-7-series")
+RISCV_CORE("generic", "rv64gc", "generic")
^^^ Drop this and add -mtune=generic only since I guess we don't have
consensus for what arch string for the -mcpu=generic yet
Should we have a "generic-in-order" as opposed to "generic-ooo"?
For that we could also turn on dynamic lmul by default as requested in some
bugzillas before.
--
Regards
Robin