summaryrefslogtreecommitdiff
path: root/sysdeps/i386/nptl
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-05-22 14:44:14 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-05-22 14:44:14 +0200
commited0d698870720752986f855a2b3da50e3c89bad5 (patch)
treed2b790b3813d871d157228293cfb6175642d30a0 /sysdeps/i386/nptl
parente28e9b1ec40d5b545d980b0a36cbe41f3d1dbf6a (diff)
i386: Drop -mpreferred-stack-boundary=4
The flag was a left-over from when the -mpreferred-stack-boundary=2 flag was removed in commit db290cf59207aff09d1794e666e2854a93775f32.
Diffstat (limited to 'sysdeps/i386/nptl')
-rw-r--r--sysdeps/i386/nptl/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/i386/nptl/Makefile b/sysdeps/i386/nptl/Makefile
index 93a6d30b44..73024033ee 100644
--- a/sysdeps/i386/nptl/Makefile
+++ b/sysdeps/i386/nptl/Makefile
@@ -18,9 +18,3 @@
ifeq ($(subdir),csu)
gen-as-const-headers += tcb-offsets.sym
endif
-
-ifeq ($(subdir),nptl)
-CFLAGS-pthread_create.c += -mpreferred-stack-boundary=4
-CFLAGS-tst-align.c += -mpreferred-stack-boundary=4
-CFLAGS-tst-align2.c += -mpreferred-stack-boundary=4
-endif