gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.

2005-05-25  Andrew Haley  <aph@redhat.com>

	* include/private/gcconfig.h (HBLKSIZE): Define to 4096 on
	powerpc64-linux.

From-SVN: r100145
This commit is contained in:
Andrew Haley 2005-05-25 13:10:00 +00:00 committed by Jakub Jelinek
parent 670cd5c514
commit 5fa579d377
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -752,6 +752,7 @@
# if (defined (powerpc64) || defined(__powerpc64__))
# define ALIGNMENT 8
# define CPP_WORDSZ 64
# define HBLKSIZE 4096
# else
# define ALIGNMENT 4
# endif