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 9 September 2012 20:43, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> 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.
Yes, I don't know why it didn't show up in testing, but that patch was
not correct, it failed on netbsd too.
Fixed by this patch. Tested x86_64-linux and x86_64-netbsd, committed to trunk.
Also, Jack, why is the variable called ac_cv_x86_rdrand rather than
glibcxx_x86_rdrand to be consistent with every other variable in
libstdc++-v3/acinclude.m4? And why _GLIBCXX_X86_RDRAND not something
like _GLIBCXX_HAVE_AS_X86_RDRAND? The bootstrap failure is fixed, but
I think we should change those names.
Attachment:
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] |