mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Add -DMALLOC_ALIGNMENT=16 to compiler command line for malloc.c.
This commit is contained in:
parent
b390705b1c
commit
ee1bb98bde
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user