diff options
author | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-16 19:56:12 +0000 |
---|---|---|
committer | dannysmith <dannysmith@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-16 19:56:12 +0000 |
commit | f0864c19cda2f19a83906e0df4dd759ff58edc76 (patch) | |
tree | 05489088487fbdeb7e4720a148089608dad0bf2e /libstdc++-v3/config | |
parent | 33974778b017b8e921332f0c28aa002b40923486 (diff) | |
download | gcc-f0864c19cda2f19a83906e0df4dd759ff58edc76.tar.gz |
gcc
PR target/18997
* config/i386/cygwin.h (GTHREAD_USE_WEAK): Define to 0.
libstdc++-v3
PR target/18997
* config/os/newlib/os_defines.h (_GLIBCXX_GTHREAD_USE_WEAK):
Define to 0 for __CYGWIN__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/os/newlib/os_defines.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libstdc++-v3/config/os/newlib/os_defines.h b/libstdc++-v3/config/os/newlib/os_defines.h index 3b19787929f..ff334610f22 100644 --- a/libstdc++-v3/config/os/newlib/os_defines.h +++ b/libstdc++-v3/config/os/newlib/os_defines.h @@ -33,4 +33,8 @@ // System-specific #define, typedefs, corrections, etc, go here. This // file will come before all others. +#ifdef __CYGWIN__ +#define _GLIBCXX_GTHREAD_USE_WEAK 0 +#endif + #endif |