On Tue, Mar 15, 2011 at 07:38:27PM +0100, Paolo Carlini wrote:
> > This patch fixes the problem in bug 48123. The problem is that
> >some headers include c++config.h, which in turn includes cpu_defines.h
> >but cpu_defines.h is not installed. This has been broken for a long
> >time. Patch wa
> 2011-03-14 Doug Kwan
>
> * include/Makefile.am (install-freestanding-headers): Install
> cpu_defines.h
> * include/Makefile.in: Regenerate.
Looks fine to me too.
-benjamin
... in any case, remember to add "PR libstdc++/48123" on top of the
ChangeLog entry otherwise Bugzilla will not pick the commit.
Paolo.
Hi,
Hi,
This patch fixes the problem in bug 48123. The problem is that
some headers include c++config.h, which in turn includes cpu_defines.h
but cpu_defines.h is not installed. This has been broken for a long
time. Patch was tested by bootstrapping on x86_64 and building a
cross-gcc for
Hi,
This patch fixes the problem in bug 48123. The problem is that
some headers include c++config.h, which in turn includes cpu_defines.h
but cpu_defines.h is not installed. This has been broken for a long
time. Patch was tested by bootstrapping on x86_64 and building a
cross-gcc for arm-li