SUPERH platform development
 help / color / mirror / Atom feed
* SH2 kernel fails to build with recent GCC
@ 2015-08-12  1:56 Rich Felker
  2015-08-12  7:34 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rich Felker @ 2015-08-12  1:56 UTC (permalink / raw)
  To: linux-sh

The commit that resolved GCC issue #54089 broke building the kernel
for SH2, by causing GCC to generate calls to new libgcc functions
which the kernel's fake libgcc does not provide. See the GCC issue
tracker for details:

https://gcc.gnu.org/bugzilla/show_bug.cgi?idT089

The relevant commit is linked from comment 16; comments 33-43 (and
perhaps beyond) discuss the issue in detail and possible fixes.

Before I work on a fix, would dropping the kernel's copy of libgcc
functions for SH and using the real libgcc (like some archs do; see
comment 43) be acceptable, or do we need to get updated
libgcc[-compatible] code into the kernel?

Rich

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-08-14  1:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12  1:56 SH2 kernel fails to build with recent GCC Rich Felker
2015-08-12  7:34 ` Geert Uytterhoeven
2015-08-12 14:01 ` Rich Felker
2015-08-14  1:10 ` Rich Felker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox