diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h index de548f20cde3..a96dac66febb 100644 --- a/contrib/gcc/config/freebsd.h +++ b/contrib/gcc/config/freebsd.h @@ -96,7 +96,3 @@ Boston, MA 02111-1307, USA. */ /* Tell libgcc2.c that FreeBSD targets support atexit(3). */ #define HAVE_ATEXIT - -/* Our malloc can allocte pagesized blocks efficiently. The default size - of 4072 bytes is not optimal on the i386 nor the Alpha. */ -#define OBSTACK_CHUNK_SIZE (getpagesize())