From: Roland McGrath Date: Tue, 19 Nov 2002 06:41:05 +0000 (+0000) Subject: 2002-11-11 Randolf Chung X-Git-Tag: glibc-2.16-ports-before-merge~1524 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4eca6400535e8a1f863122d07a03ed35a078541;p=thirdparty%2Fglibc.git 2002-11-11 Randolf Chung * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable. Set -mdisable-fpregs for this file. --- diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 22be575abd3..170bd07ab3c 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