From 10f891e3072c719226ccd2d86ece5a9cb8576b36 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Tue, 27 Dec 2011 11:25:27 +0400 Subject: [PATCH] Fix gcconfig.h to define HBLKSIZE for Linux/mips (Apply part of commit 438c5d9 from 'gcc_boehmgc' branch) * include/private/gcconfig.h (HBLKSIZE): Define for MIPS. --- include/private/gcconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/private/gcconfig.h b/include/private/gcconfig.h index df14b6c..efb93f4 100644 --- a/include/private/gcconfig.h +++ b/include/private/gcconfig.h @@ -1473,6 +1473,9 @@ # else # define ALIGNMENT 4 # endif +# ifndef HBLKSIZE +# define HBLKSIZE 4096 +# endif # if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2 # define LINUX_STACKBOTTOM # else -- 2.7.4