about summary refs log tree commit diff
path: root/nptl/sysdeps/x86_64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/x86_64/Makefile')
-rw-r--r--nptl/sysdeps/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/x86_64/Makefile b/nptl/sysdeps/x86_64/Makefile
index 24990a2b7e..a18c1bc8f1 100644
--- a/nptl/sysdeps/x86_64/Makefile
+++ b/nptl/sysdeps/x86_64/Makefile
@@ -19,3 +19,7 @@
 ifeq ($(subdir),csu)
 gen-as-const-headers += tcb-offsets.sym
 endif
+
+ifeq ($(subdir),nptl)
+CFLAGS-tst-align.c += -malign-double
+endif