(CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings.

This commit is contained in:
Ulrich Drepper 1999-09-17 15:40:45 +00:00
parent aa285ce4b5
commit aec30d94a1

View 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)