diff options
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 7063552..1054966 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -112,6 +112,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if the target supports __sync_*_compare_and_swap */ +#undef HAVE_SYNC_BUILTINS + /* Define to 1 if you have the <sys/file.h> header file. */ #undef HAVE_SYS_FILE_H |