> On 5 Jul 2018, at 22:17, Jim Wilson wrote:
>
> ... I can fix the gcc config.sub to make it work.
Or you can edit `gcc/config.gcc` and trigger an error for `riscv-linux*`.
Regards,
Liviu
> On 5 Jul 2018, at 21:26, Jim Wilson wrote:
>
> because it adds riscv-linux as a valid configure tuple, and we never wanted
> that
If this is really a problem I guess you can blacklist it somehow.
But this proves once again that Linux native compilers and cross embedded
toolchains should
> On 5 Jul 2018, at 19:51, Palmer Dabbelt wrote:
>
> ... When I try to build it I see "Unsupported RISC-V target
> riscv-unknown-elf",
I guess configure is fine, you need to allow for the `riscv-` prefix in
gcc/config.gcc, around line 3982
> so there's at least some extra autoconf wizadry