]> granicus.if.org Git - gc/commitdiff
Fix gcconfig.h to define HBLKSIZE for Linux/mips
authorRichard Sandiford <rsandifo@nildram.co.uk>
Tue, 27 Dec 2011 07:25:27 +0000 (11:25 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 27 Dec 2011 12:34:20 +0000 (16:34 +0400)
(Apply part of commit 438c5d9 from 'gcc_boehmgc' branch)

* include/private/gcconfig.h (HBLKSIZE): Define for MIPS.

include/private/gcconfig.h

index 777533874af83230c0e8e577bfc5acbc6f64e745..cd019eb7c0a2b241656bb85384b06e85fda3a80f 100644 (file)
 #     else
 #       define ALIGNMENT 4
 #     endif
+#     ifndef HBLKSIZE
+#       define HBLKSIZE 4096
+#     endif
 #     if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2
 #       define LINUX_STACKBOTTOM
 #     else