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

Jeffrey A. Law <law at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> ---
Working per design.  If you're going to call lto1, cc1, etc directly, then
you're on the hook for getting the options correct and on RISC-V that's going
to include getting the pesky -march string and -mabi correct.  x86 is simpler
in that regard.

Reply via email to