You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hooks API does not recognize linuxriscv64 as a platform identifier.
Changes needed
domain.scala: add case for "linuxriscv64" and define val LinuxRISCV64 = Platform("LINUX_RISCV64", "Linux RISC-V 64bit", Some("riscv64gc-unknown-linux-gnu"))
The hooks API does not recognize
linuxriscv64as a platform identifier.Changes needed
domain.scala: add case for"linuxriscv64"and defineval LinuxRISCV64 = Platform("LINUX_RISCV64", "Linux RISC-V 64bit", Some("riscv64gc-unknown-linux-gnu"))Related