Re: Bug: GCC riscv building fails at self-tests with specific march

2023-11-09 Thread Michael T. Kloos
Sorry for the formatting break. Resending... I encountered a bug when trying to build a RISC-V GCC cross-compiler.  I believe that the most relevant configure options that I used are: --disable-multilib --with-arch=rv32ia --with-abi=ilp32 However, I can post a full list if needed. 

Bug: GCC riscv building fails at self-tests with specific march

2023-11-09 Thread Michael T. Kloos
I encountered a bug when trying to build a RISC-V GCC cross-compiler.  I believe that the most relevant configure options that I used are: --disable-multilib --with-arch=rv32ia --with-abi=ilp32 However, I can post a full list if needed.  I have the GCC git tree located at the path "/home/quantum/de