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
|
# CFLAGS-.os += -ffunction-sections
|
||||||
LDFLAGS-c_pic.os += -Wl,--unique=.text*
|
LDFLAGS-c_pic.os += -Wl,--unique=.text*
|
||||||
|
|
||||||
|
ifeq ($(subdir),malloc)
|
||||||
|
CFLAGS-malloc.c += -DMALLOC_ALIGNMENT=16
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),elf)
|
ifeq ($(subdir),elf)
|
||||||
dl-routines += dl-symaddr dl-fptr
|
dl-routines += dl-symaddr dl-fptr
|
||||||
rtld-routines += dl-symaddr dl-fptr
|
rtld-routines += dl-symaddr dl-fptr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user