OKay, the patch v2 is in the link : https://gcc.gnu.org/pipermail/gcc-patches/2025-June/686987.html

Thanks

Dongyan Chen

在 2025/6/18 17:40, Kito Cheng 写道:
@@ -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

Reply via email to