mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 04:00:25 +08:00
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
@ -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…
x
Reference in New Issue
Block a user