https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111622

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
For riscv cross compilers you need to invoke the driver since that feeds -mabi
and -march to cc1plus required to identify the target as 64bit ...

That would be -march=rv64imafdc_zicsr_zifencei -mabi=lp64d for example.

Reply via email to