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:
parent
670cd5c514
commit
5fa579d377
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -752,6 +752,7 @@
|
|||
# if (defined (powerpc64) || defined(__powerpc64__))
|
||||
# define ALIGNMENT 8
|
||||
# define CPP_WORDSZ 64
|
||||
# define HBLKSIZE 4096
|
||||
# else
|
||||
# define ALIGNMENT 4
|
||||
# endif
|
||||
|
|
Loading…
Add table
Reference in a new issue