From: Ulrich Drepper Date: Sat, 27 Jun 1998 09:50:41 +0000 (+0000) Subject: (elf): Kill -mno-fp-regs. X-Git-Tag: glibc-2.16-ports-before-merge~3204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b136e08ec044e1b1fe18504ba6ee277cf20d5120;p=thirdparty%2Fglibc.git (elf): Kill -mno-fp-regs. --- diff --git a/sysdeps/alpha/Makefile b/sysdeps/alpha/Makefile index 6cf4a173a64..250a31779c2 100644 --- a/sysdeps/alpha/Makefile +++ b/sysdeps/alpha/Makefile @@ -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