]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings.
authorUlrich Drepper <drepper@redhat.com>
Fri, 17 Sep 1999 15:40:45 +0000 (15:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 17 Sep 1999 15:40:45 +0000 (15:40 +0000)
sysdeps/i386/Makefile

index 1d62d10d8aae090f802707ccef6c4315d653bf05..3e1642232a6a66aae4cd0301a3d45c1c3dfcf646 100644 (file)
@@ -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)