From c4eca6400535e8a1f863122d07a03ed35a078541 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 19 Nov 2002 06:41:05 +0000 Subject: [PATCH] 2002-11-11 Randolf Chung * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable. Set -mdisable-fpregs for this file. --- sysdeps/hppa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 22be575abd..170bd07ab3 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -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