From a334319f6530564d22e775935d9c91663623a1b4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Dec 2004 20:10:10 +0000 Subject: (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. --- sysdeps/i386/Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'sysdeps/i386/Makefile') diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index e192b91dbd..52faaa3109 100644 --- a/sysdeps/i386/Makefile +++ b/sysdeps/i386/Makefile @@ -8,7 +8,7 @@ long-double-fcts = yes ifeq ($(subdir),csu) # On i686 we must avoid generating the trampoline functions generated # to get the GOT pointer. -CFLAGS-initfini.s += -march=i386 -mtune=i386 +CFLAGS-initfini.s += -march=i386 -mcpu=i386 endif ifeq ($(subdir),gmon) @@ -61,15 +61,3 @@ CFLAGS-dlopenold.c += -mpreferred-stack-boundary=4 CFLAGS-dlclose.c += -mpreferred-stack-boundary=4 CFLAGS-dlerror.c += -mpreferred-stack-boundary=4 endif - -ifneq (,$(filter -mno-tls-direct-seg-refs,$(CFLAGS))) -defines += -DNO_TLS_DIRECT_SEG_REFS -else -# .a libraries are not performance critical and so we -# build them without direct TLS segment references -# always. -CPPFLAGS-.o += -DNO_TLS_DIRECT_SEG_REFS -CFLAGS-.o += -mno-tls-direct-seg-refs -CPPFLAGS-.oS += -DNO_TLS_DIRECT_SEG_REFS -CFLAGS-.oS += -mno-tls-direct-seg-refs -endif -- cgit 1.4.1