diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-19 06:41:05 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-19 06:41:05 +0000 |
commit | c4eca6400535e8a1f863122d07a03ed35a078541 (patch) | |
tree | 42b3ec5bf8448ae18d39f1233667d32fbc23e003 /sysdeps | |
parent | 4d1f248e713bbd97c9f5e8a183a1d9e9191f4bae (diff) | |
download | glibc-c4eca6400535e8a1f863122d07a03ed35a078541.tar glibc-c4eca6400535e8a1f863122d07a03ed35a078541.tar.gz glibc-c4eca6400535e8a1f863122d07a03ed35a078541.tar.bz2 glibc-c4eca6400535e8a1f863122d07a03ed35a078541.zip |
2002-11-11 Randolf Chung <tausq@debian.org>
* sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
Set -mdisable-fpregs for this file.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hppa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |