Sat Jun 22 23:30:07 1996 David Mosberger-Tang <davidm@azstarnet.com>

* sysdeps/alpha/Makefile (CFLAGS-rtld.c): Add -mbuild-constants
	only when building ELF version of library.
This commit is contained in:
Roland McGrath 1996-06-23 01:30:10 +00:00
parent 91149d1367
commit ae9bd6f8f7

View File

@ -30,7 +30,9 @@ endif # gnulib
ifeq ($(subdir),elf)
# The ld.so 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