projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b390705
)
Add -DMALLOC_ALIGNMENT=16 to compiler command line for malloc.c.
author
Ulrich Drepper
<drepper@redhat.com>
Thu, 26 Apr 2001 00:03:25 +0000
(
00:03
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Thu, 26 Apr 2001 00:03:25 +0000
(
00:03
+0000)
sysdeps/hppa/Makefile
patch
|
blob
|
history
diff --git
a/sysdeps/hppa/Makefile
b/sysdeps/hppa/Makefile
index
e6fb771
..
744c89c
100644
(file)
--- a/
sysdeps/hppa/Makefile
+++ b/
sysdeps/hppa/Makefile
@@
-22,6
+22,10
@@
# CFLAGS-.os += -ffunction-sections
LDFLAGS-c_pic.os += -Wl,--unique=.text*
+ifeq ($(subdir),malloc)
+CFLAGS-malloc.c += -DMALLOC_ALIGNMENT=16
+endif
+
ifeq ($(subdir),elf)
dl-routines += dl-symaddr dl-fptr
rtld-routines += dl-symaddr dl-fptr