Commit 5fa579d3 by Andrew Haley Committed by Jakub Jelinek

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
parent 670cd5c5
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.
......
......@@ -752,6 +752,7 @@
# if (defined (powerpc64) || defined(__powerpc64__))
# define ALIGNMENT 8
# define CPP_WORDSZ 64
# define HBLKSIZE 4096
# else
# define ALIGNMENT 4
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment