mirror of git://gcc.gnu.org/git/gcc.git
parent
1112eea235
commit
5a5ae7f659
|
@ -0,0 +1,5 @@
|
||||||
|
#include "xm-m68k.h"
|
||||||
|
|
||||||
|
/* malloc does better with chunks the size of a page. */
|
||||||
|
|
||||||
|
#define OBSTACK_CHUNK_SIZE (getpagesize ())
|
Loading…
Reference in New Issue