This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Sun, 9 Sep 2012, Jonathan Wakely wrote:
> I've committed the patch from
> http://gcc.gnu.org/ml/gcc-patches/2012-09/msg00466.html (with some
> fixes to the changelog entry)
>
> 2012-09-09 Ulrich Drepper <drepper@gmail.com>
> Dominique d'Humieres <dominiq@lps.ens.fr>
> Jack Howarth <howarth@bromo.med.uc.edu>
>
> PR bootstrap/54419
> * acinclude.m4: Define GLIBCXX_CHECK_X86_RDRAND.
> * configure.ac: Use GLIBCXX_CHECK_X86_RDRAND to test for rdrand
> support in assembler.
> * src/c++11/random.cc (__x86_rdrand): Depend on _GLIBCXX_X86_RDRAND.
> (random_device::_M_init): Likewise.
> (random_device::_M_getval): Likewise.
> * configure: Regenerated.
> * config.h.in: Regenerated.
amd64-unknown-freebsd8.3 doesn't like this, I'm afraid:
configure: visibility supported: yes
checking for rdrand support in assembler... eval: ${+...}: Bad substitution
gmake[2]: *** [configure-stage1-target-libstdc++-v3] Error 2
Note, this is BSD sh, not bash. I'll admit that I had a look, and
did not find the culprit right away.
GeraldAttachment:
patch.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |