Re: [PATCH][bug 48123] Install cpu_defines.h for freestanding C++ library.

2011-03-15 Thread Jakub Jelinek
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

Re: [PATCH][bug 48123] Install cpu_defines.h for freestanding C++ library.

2011-03-15 Thread Benjamin Kosnik
> 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

Re: [PATCH][bug 48123] Install cpu_defines.h for freestanding C++ library.

2011-03-15 Thread Paolo Carlini
... in any case, remember to add "PR libstdc++/48123" on top of the ChangeLog entry otherwise Bugzilla will not pick the commit. Paolo.

Re: [PATCH][bug 48123] Install cpu_defines.h for freestanding C++ library.

2011-03-15 Thread Paolo Carlini
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

[PATCH][bug 48123] Install cpu_defines.h for freestanding C++ library.

2011-03-15 Thread 關振德
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