mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
(CFLAGS-initfini.s): Add also -mcpu=i386 to override user settings.
This commit is contained in:
parent
aa285ce4b5
commit
aec30d94a1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user