From: Ulrich Drepper Date: Thu, 26 Apr 2001 00:03:25 +0000 (+0000) Subject: Add -DMALLOC_ALIGNMENT=16 to compiler command line for malloc.c. X-Git-Tag: glibc-2.16-ports-before-merge~1890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee1bb98bde26f2dd16a0060b961d6c3ba3255532;p=thirdparty%2Fglibc.git Add -DMALLOC_ALIGNMENT=16 to compiler command line for malloc.c. --- diff --git a/sysdeps/hppa/Makefile b/sysdeps/hppa/Makefile index e6fb771c7d0..744c89c3eae 100644 --- 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