This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [google] Disable RDRAND bits when building with Clang
- From: Evgeniy Stepanov <eugenis at google dot com>
- To: "libstdc++" <libstdc++ at gcc dot gnu dot org>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 13 May 2013 17:54:36 +0400
- Subject: Re: [google] Disable RDRAND bits when building with Clang
- References: <CAFKCwrgYPVywUgahYwbxa6ZL4j+pKH6wf86TV1FEtaCMc=y1fA at mail dot gmail dot com>
friendly ping
On Mon, Apr 22, 2013 at 5:23 PM, Evgeniy Stepanov <eugenis@google.com> wrote:
> Hi,
>
> this patch disables rdrand in c++11/random.cc when building with Clang
> compiler. Current Clang misses a number of definitions needed to build
> that.
>
> Is it OK for google/gcc-4_8 and google/main (or google/integration?) ?