summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-01 21:23:07 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-01 21:23:07 +0000
commit12140f2f42795431af252f0a2ebadf80188e7f78 (patch)
tree8a6b7bdf2b2fc6e41472c4ee699757979c05301d /libgo/config.h.in
parentd00812be9a25fa48ab47c125bbac7542d2ba8ffb (diff)
Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169504 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 5422bdabd202..382362beb40c 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -39,6 +39,10 @@
/* Define to 1 if you have the `strsignal' function. */
#undef HAVE_STRSIGNAL
+/* Define to 1 if the compiler provides the __sync_bool_compare_and_swap
+ function for uint32 */
+#undef HAVE_SYNC_BOOL_COMPARE_AND_SWAP_4
+
/* Define to 1 if you have the <syscall.h> header file. */
#undef HAVE_SYSCALL_H