]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-11-11 Randolf Chung <tausq@debian.org>
authorRoland McGrath <roland@gnu.org>
Tue, 19 Nov 2002 06:41:05 +0000 (06:41 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 19 Nov 2002 06:41:05 +0000 (06:41 +0000)
* sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
Set -mdisable-fpregs for this file.

sysdeps/hppa/Makefile

index 22be575abd3ebf6754b88f070326ca88267ac6ce..170bd07ab3ca3315adbb3dddaaec4ead09497332 100644 (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