2002-11-11 Randolf Chung <tausq@debian.org>

* sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
	Set -mdisable-fpregs for this file.
This commit is contained in:
Roland McGrath 2002-11-19 06:41:05 +00:00
parent 4d1f248e71
commit c4eca64005
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ CFLAGS-malloc.c += -DMALLOC_ALIGNMENT=16
endif
ifeq ($(subdir),elf)
CFLAGS-rtld.c += -mdisable-fpregs
dl-routines += dl-symaddr dl-fptr
rtld-routines += dl-symaddr dl-fptr
endif