Re: [RFC PULL] remove arch/h8300

From: Max Filippov
Date: Mon Apr 04 2022 - 18:09:03 EST


On Mon, Apr 4, 2022 at 12:44 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
> Let me know if I need to enable additional options to get a compiler
> that works for all xtensa targets. Usually the --enable-targets=all
> is meant to be sufficient.

This is not possible with the current design of the xtensa toolchain port.
There's an effort to make switching between the core configurations easy
(without the whole toolchain rebuild:
https://github.com/jcmvbkbc/xtensa-dynconfig
https://github.com/jcmvbkbc/gcc-xtensa/tree/xtensa-dynconfig
https://github.com/jcmvbkbc/binutils-gdb-xtensa/tree/xtensa-plugin-env ),
but it still involves building plugins for the parts of the toolchain
for each new xtensa core.

--
Thanks.
-- Max