mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Disable atomic ops detection for the time being.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7c977d8db0
commit
07fa091275
2 changed files with 13 additions and 0 deletions
|
@ -190,6 +190,15 @@ static void GSLogZombie(id o, SEL sel)
|
|||
#undef GSATOMICREAD
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FIXME: Refrain from using atomic builtins until we know how to reliably check
|
||||
* whether they do work with GCC.
|
||||
*/
|
||||
#ifdef USE_ATOMIC_BUILTINS
|
||||
#undef USE_ATOMIC_BUILTINS
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__MINGW__)
|
||||
#ifndef _WIN64
|
||||
#undef InterlockedIncrement
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue