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:
thebeing 2011-05-28 10:00:22 +00:00
parent 7c977d8db0
commit 07fa091275
2 changed files with 13 additions and 0 deletions

View file

@ -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