diff options
Diffstat (limited to 'libatomic/config/ia64/host-config.h')
-rw-r--r-- | libatomic/config/ia64/host-config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libatomic/config/ia64/host-config.h b/libatomic/config/ia64/host-config.h new file mode 100644 index 00000000000..d1f11c3de05 --- /dev/null +++ b/libatomic/config/ia64/host-config.h @@ -0,0 +1,5 @@ +/* Avoiding the synchronizations are a good thing. */ +#define WANT_SPECIALCASE_RELAXED +#define WANT_SPECIALCASE_ACQREL + +#include_next <host-config.h> |