diff options
author | Roland McGrath <roland@gnu.org> | 2003-10-11 01:29:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-10-11 01:29:07 +0000 |
commit | 8f2e25b43bb5a5c077a7f2fb2498121cf314767e (patch) | |
tree | 7659df9161e490a41920bb2b2e9f1d87150359d8 /sysdeps | |
parent | 978bb31d9c4c15a421cbd27fba56c767a32cfe79 (diff) | |
download | glibc-8f2e25b43bb5a5c077a7f2fb2498121cf314767e.tar.gz glibc-8f2e25b43bb5a5c077a7f2fb2498121cf314767e.tar.xz glibc-8f2e25b43bb5a5c077a7f2fb2498121cf314767e.zip |
* sysdeps/hppa/Makefile (CFLAGS-malloc.c): Variable removed.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hppa/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index 68651f6497..bd9c96c70f 100644 --- a/sysdeps/hppa/Makefile +++ b/sysdeps/hppa/Makefile @@ -22,10 +22,6 @@ # CFLAGS-.os += -ffunction-sections LDFLAGS-c_pic.os += -Wl,--unique=.text* -ifeq ($(subdir),malloc) -CFLAGS-malloc.c += -DMALLOC_ALIGNMENT=16 -endif - ifeq ($(subdir),elf) CFLAGS-rtld.c += -mdisable-fpregs dl-routines += dl-symaddr dl-fptr |