diff options
Diffstat (limited to 'nptl/sysdeps/i386/Makefile')
-rw-r--r-- | nptl/sysdeps/i386/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/sysdeps/i386/Makefile b/nptl/sysdeps/i386/Makefile index 24990a2b7e..a18c1bc8f1 100644 --- a/nptl/sysdeps/i386/Makefile +++ b/nptl/sysdeps/i386/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 |