From c68d04feb7fca7f45eb30c286812092653e24ca1 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Sep 1999 16:59:43 +0000 Subject: Update. 1999-09-17 Andreas Jaeger * sysdeps/i386/Makefile (CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings. 1999-09-17 Andreas Schwab * sysdeps/unix/sysv/linux/semctl.c: Copy the argument instead of using a pointer to it. --- sysdeps/i386/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile index 1d62d10d8a..3e1642232a 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 +CFLAGS-initfini.s += -march=i386 -mcpu=i386 endif ifeq ($(subdir),db2) -- cgit v1.2.3-70-g09d2