diff options
Diffstat (limited to 'contrib/gcc/config/i386/xm-next.h')
-rw-r--r-- | contrib/gcc/config/i386/xm-next.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/gcc/config/i386/xm-next.h b/contrib/gcc/config/i386/xm-next.h deleted file mode 100644 index bf903281a0dc..000000000000 --- a/contrib/gcc/config/i386/xm-next.h +++ /dev/null @@ -1,5 +0,0 @@ -#include "i386/xm-i386.h" - -/* malloc does better with chunks the size of a page. */ - -#define OBSTACK_CHUNK_SIZE (getpagesize ()) |