This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cpu_defines.h not installed in freestanding C++ library. Bug or feature?
It is obviously broken in the current state. Is it okay to just add
cpu_defines.h in the rule install-freestanding-headers for now? The
headers can be cleaned up after that.
-Doug
On Mon, Mar 14, 2011 at 10:43 AM, Benjamin Kosnik <bkoz@redhat.com> wrote:
>
>> Is that intentional?
>
> No. Although there may be places in libsupc++ where c++config.h is
> included and can be eliminated. If this inclusion can't be eliminated,
> then the required bits headers should also be installed for
> freestanding.
>
> The list of freestanding headers is also out-of-date for the newer C++0x
> changes. I think we were kind of waiting for that to settle down before
> fixing it.
>
> -benjamin
>