diff options
Diffstat (limited to 'recipes/glibc/glibc-2.3.2/glibc23-hppa-malloc8.patch')
-rw-r--r-- | recipes/glibc/glibc-2.3.2/glibc23-hppa-malloc8.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-2.3.2/glibc23-hppa-malloc8.patch b/recipes/glibc/glibc-2.3.2/glibc23-hppa-malloc8.patch new file mode 100644 index 0000000000..5ea8fbbc8c --- /dev/null +++ b/recipes/glibc/glibc-2.3.2/glibc23-hppa-malloc8.patch @@ -0,0 +1,13 @@ +--- glibc-2.3.1/sysdeps/hppa/Makefile 2003-01-20 23:47:12.000000000 -0500 ++++ glibc-2.3.1/sysdeps/hppa/Makefile 2003-01-20 23:47:19.000000000 -0500 +@@ -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 |