diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-17 16:59:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-17 16:59:43 +0000 |
commit | c68d04feb7fca7f45eb30c286812092653e24ca1 (patch) | |
tree | bd653acf8410ca26d81efb5a09c38320c20cc8e1 /sysdeps/i386 | |
parent | a40ef91fb51b8b7ed41d8dd1f1829788c11c64b0 (diff) | |
download | glibc-c68d04feb7fca7f45eb30c286812092653e24ca1.tar.gz glibc-c68d04feb7fca7f45eb30c286812092653e24ca1.tar.xz glibc-c68d04feb7fca7f45eb30c286812092653e24ca1.zip |
Update.
1999-09-17 Andreas Jaeger <aj@suse.de> * sysdeps/i386/Makefile (CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings. 1999-09-17 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/semctl.c: Copy the argument instead of using a pointer to it.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |