| Submitter | Jonathan Wakely |
|---|---|
| Date | Sept. 9, 2012, 7:47 p.m. |
| Message ID | <CAH6eHdQf4gdr2zrDch0vRvvreiR+u5CwCY56nHXsh9ar=vM2Ng@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/182648/ |
| State | New |
| Headers | show |
Comments
> 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 Although I cannot answer for Jack, let me note that this was so in the original non-working patch at http://gcc.gnu.org/bugzilla/attachment.cgi?id=28127 Aren't the "c++ runtime libs" maintainers know what they are doing? > I think we should change those names. You are on the driver seat;-) Dominique
Patch
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4 index 267302d..c9b8d37 100644 --- a/libstdc++-v3/acinclude.m4 +++ b/libstdc++-v3/acinclude.m4 @@ -3363,7 +3363,7 @@ dnl dnl Check whether rdrand is supported in the assembler. AC_DEFUN([GLIBCXX_CHECK_X86_RDRAND], [ AC_MSG_CHECKING([for rdrand support in assembler]) - AC_CACHE_VAL($ac_cv_x86_rdrand, [ + AC_CACHE_VAL(ac_cv_x86_rdrand, [ ac_cv_x86_rdrand=no case "$target" in i?86-*-* | \