This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] install host specific {bits,ext}/opt_random.h headers in host specific c++ incdir
- From: Matthias Klose <doko at ubuntu dot com>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Sun, 19 May 2013 02:06:42 +0200
- Subject: Re: [patch] install host specific {bits,ext}/opt_random.h headers in host specific c++ incdir
- References: <518F67BF dot 8090500 at ubuntu dot com> <5197D72C dot 6000806 at oracle dot com>
Am 18.05.2013 21:31, schrieb Paolo Carlini:
> Hi,
>
> On 05/12/2013 11:58 AM, Matthias Klose wrote:
>> {bits,ext}/opt_random.h became host specific in 4.8, but are still installed
>> into the host independent c++ include dir. install them into the host specific
>> include dir instead. Ok for 4.8 and trunk?
> I think it's Ok, yes, but let's do mainline only, for now at least.
committed for the trunk. please lets reconsider this before the 4.8.2 release.
Matthias