From ed0d698870720752986f855a2b3da50e3c89bad5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 22 May 2018 14:44:14 +0200 Subject: 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. --- sysdeps/i386/nptl/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysdeps/i386/nptl/Makefile') 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 -- cgit 1.4.1