Re: toplevel libgcc md-unwind-support.h change breaks build

2011-06-09 Thread David Miller
From: Rainer Orth Date: Thu, 09 Jun 2011 09:33:35 +0200 > Of course we do. I must have been dreaming when writing parts of this > patch. I've now double-checked all md_unwind_header filenames, found > just another typo, and installed the following as obvious. Thanks.

Re: toplevel libgcc md-unwind-support.h change breaks build

2011-06-09 Thread Rainer Orth
David Miller writes: > It's using "linux.h" instead of "linux-unwind.h" for whatever reason. > > So we need something like this? > > diff --git a/libgcc/config.host b/libgcc/config.host > index 24282e1..713b2a9 100644 > --- a/libgcc/config.host > +++ b/libgcc/config.host > @@ -600,7 +600,7 @@ spa

toplevel libgcc md-unwind-support.h change breaks build

2011-06-08 Thread David Miller
The bootstrap breaks in stage1 when trying to build libgcc for multilib (this is sparc-unknown-linux with "--enable-targets=all"): make[3]: Leaving directory `/home/davem/src/GIT/GCC/build-sparc-linux/gcc' mkdir -p -- sparc-unknown-linux-gnu/libgcc Checking multilib configuration for libgcc... Co