[Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682

--- Comment #3 from Joel Sherrill  ---
(In reply to DJ Delorie from comment #1)
> m32c-elf supports C++.  What is the contents of the failing config.log?

Hmm... then this should work. We intentionally don't deviate much from *-elf
targets. I was only building C in this run.

> Also, there's nothing m32c-specific in the sjlj checks, it's the same for
> all sjlj targets.

I know. But m32c and (I think) h8300 were the only failures.


[Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread joel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682

--- Comment #2 from Joel Sherrill  ---
Created attachment 33847
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33847&action=edit
config.log


[Bug libgcc/63682] m32c: libgcc configure checks for SJLJ model even when C++ and Java are disabled

2014-10-29 Thread dj at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63682

--- Comment #1 from DJ Delorie  ---
m32c-elf supports C++.  What is the contents of the failing config.log?

Also, there's nothing m32c-specific in the sjlj checks, it's the same for all
sjlj targets.