This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/70668] nds32-elf toolchain fails to compile on OSX


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]