On Thu, Mar 07, 2019 at 05:40:57PM +0100, Sébastien Michelland wrote: > On Wed, 2019-03-06 at 18:04 -0600, Segher Boessenkool wrote: > Thanks! I tried --enable-targets=all when building binutils, but it went > around compiling a toolchain for every supported target (way too much > for my computer to handle on GCC), so I didn't dare try this option on > GCC. Did I miss anything? For binutils, it will support all targets in the binutils (objdump etc.), but not in ld or gas (I don't know about gdb). (You may also need --enable-64-bit-bfd). This is quick to build and not too huge. For GCC it only means to support all targets the backend you are building supports; so all SuperH variants in your case. Happy you have it all working now, Segher