mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-09 14:21:14 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user