mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-21 04:31:04 +08:00
(elf): Kill -mno-fp-regs.
This commit is contained in:
parent
11c1d87fd2
commit
b136e08ec0
@ -31,12 +31,7 @@ endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
# The ld.so startup code cannot use literals until it self-relocates.
|
||||
ifeq ($(elf),yes)
|
||||
CFLAGS-rtld.c = -mbuild-constants
|
||||
endif
|
||||
# The rest of ld.so shouldn't use FP regs for block moves so
|
||||
# that the lazy link trampoline doesn't have to save them.
|
||||
sysdep-CFLAGS += -mno-fp-regs
|
||||
CFLAGS-rtld.c = -mbuild-constants
|
||||
endif
|
||||
|
||||
divrem := divl divq reml remq
|
||||
|
Loading…
Reference in New Issue
Block a user