* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
powerpc64-linux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100145
138bc75d-0d04-0410-961f-
82ee72b054a4
+2005-05-25 Andrew Haley <aph@redhat.com>
+
+ * include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
+ powerpc64-linux.
+
2005-05-09 Mike Stump <mrs@apple.com>
* configure: Regenerate.
# if (defined (powerpc64) || defined(__powerpc64__))
# define ALIGNMENT 8
# define CPP_WORDSZ 64
+# define HBLKSIZE 4096
# else
# define ALIGNMENT 4
# endif