diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-05-22 14:44:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-05-22 14:44:14 +0200 |
commit | ed0d698870720752986f855a2b3da50e3c89bad5 (patch) | |
tree | d2b790b3813d871d157228293cfb6175642d30a0 /sysdeps/i386/nptl | |
parent | e28e9b1ec40d5b545d980b0a36cbe41f3d1dbf6a (diff) | |
download | glibc-ed0d698870720752986f855a2b3da50e3c89bad5.tar glibc-ed0d698870720752986f855a2b3da50e3c89bad5.tar.gz glibc-ed0d698870720752986f855a2b3da50e3c89bad5.tar.bz2 glibc-ed0d698870720752986f855a2b3da50e3c89bad5.zip |
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/Makefile | 6 |
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 |