[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 Oleg Endo changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #8 from Oleg Endo --- Author: olegendo Date: Tue Dec 9 22:51:32 2014 New Revision: 218545 URL: https://gcc.gnu.org/viewcvs?rev=218545&root=gcc&view=rev Log: libgcc/ Backport from mainline 2014-11-30 Oleg Endo PR targ

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-09 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #7 from Oleg Endo --- Author: olegendo Date: Tue Dec 9 22:45:26 2014 New Revision: 218544 URL: https://gcc.gnu.org/viewcvs?rev=218544&root=gcc&view=rev Log: libgcc/ Backport from mainline 2014-11-30 Oleg Endo PR targ

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-08 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #6 from Segher Boessenkool --- Yes it was. Thanks for fixing.

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-07 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #5 from Oleg Endo --- Segher, was the error in the original description here the same you were hitting when building sh64 linux?

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2014-12-01 Thread olegendo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 Oleg Endo changed: What|Removed |Added CC||segher at gcc dot gnu.org --- Comment #4 fro

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2012-11-20 Thread dan at danny dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #3 from Dan HorĂ¡k 2012-11-20 15:15:50 UTC --- (In reply to comment #2) > The first hunk of the patch that adds: > >MULTILIB_EXCEPTIONS = *m5-64media* *m5-64media-nofpu* > > to gcc/config/sh/t-linux causes the sh-linux-gnu build

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2012-11-20 Thread dhowells at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #2 from dhowells at redhat dot com 2012-11-20 15:09:42 UTC --- The first hunk of the patch that adds: MULTILIB_EXCEPTIONS = *m5-64media* *m5-64media-nofpu* to gcc/config/sh/t-linux causes the sh-linux-gnu build to fail.

[Bug target/55351] can't build libgcc for -m5-compact variant in SH64

2012-11-19 Thread nickc at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55351 --- Comment #1 from Nick Clifton 2012-11-19 16:01:36 UTC --- Created attachment 28732 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28732 Fixes to allow libgcc to build for the sh64-linux target I am no SH expert, so this patch ma