tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: gcc-4.8/c++ threads, please
On Wed, May 28, 2014 at 05:40:40PM +1000, Matthew Green wrote:
> between skrll@ and myself (mostly nick!) we seem to have figured
> this out. fixes for it should hit the tree in the next hour or
> so (as soon as mknative-gcc finishes..)
>
> thanks nick!
Thank you both!
I looked at the diffs, it looks much better now.
One thing I noticed is that the last mknative run removed the two
*USE_C99* lines from config.h again
cvs rdiff -u -r1.10 -r1.11
src/external/gpl3/gcc/lib/libstdc++-v3/arch/x86_64/config.h
@@ -775,12 +775,12 @@
/* Define if C99 functions or macros from <wchar.h>, <math.h>, <complex.h>,
<stdio.h>, and <stdlib.h> can be used or exposed. */
-#define _GLIBCXX_USE_C99 1
+/* #undef _GLIBCXX_USE_C99 */
/* Define if C99 functions in <complex.h> should be used in <complex>. Using
compiler builtins for these functions requires corresponding C99 library
functions to be present. */
-#define _GLIBCXX_USE_C99_COMPLEX 1
+/* #undef _GLIBCXX_USE_C99_COMPLEX */
/* Define if C99 functions in <complex.h> should be used in <tr1/complex>.
Using compiler builtins for these functions requires corresponding C99
I don't know if this is relevant or not.
Thomas
Home |
Main Index |
Thread Index |
Old Index