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

Stefan Reinauer <stefan.reinauer at coreboot dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|nds32-elf toolchain fails   |nds32-elf toolchain fails
                   |to compile on OSX"          |to compile on OSX

--- Comment #3 from Stefan Reinauer <stefan.reinauer at coreboot dot org> ---
Also, I have found out that passing -fno-jump-tables to the compiler call fixes
the issue.

Interestingly enough, I have built cross toolchains on OS X for i386-elf,
x86_64-elf, arm-eabi, aarch64-elf, powerpc64-linux-gnu, mipsel-elf (and riscv
with a local patch)
and only nds32le-elf is crashing.

So, while the same script does not crash on Ubuntu 15.10 compiling a
nds32le-elf cross toolchain, it seems it's rather a problem that happens to be
exposed on OS X than a problem with OS X.

Reply via email to