diff options
Diffstat (limited to 'libatomic/config/arm/host-config.h')
-rw-r--r-- | libatomic/config/arm/host-config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libatomic/config/arm/host-config.h b/libatomic/config/arm/host-config.h new file mode 100644 index 00000000000..bbf4a3f84c3 --- /dev/null +++ b/libatomic/config/arm/host-config.h @@ -0,0 +1,4 @@ +/* Avoiding the DMB (or kernel helper) can be a good thing. */ +#define WANT_SPECIALCASE_RELAXED + +#include_next <host-config.h> |