summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-15 07:57:13 +0000
committerobrien <obrien@FreeBSD.org>1999-11-15 07:57:13 +0000
commitaad7f00e38deef0c1f88be0b02a68d69cabeb5c6 (patch)
treed13d99c9084f4f7cf210e275b5a5e8457a84199b /contrib/gcc/config
parent7c64544e7525cf031092e533c64a31f4048d51a5 (diff)
downloadFreeBSD-src-aad7f00e38deef0c1f88be0b02a68d69cabeb5c6.zip
FreeBSD-src-aad7f00e38deef0c1f88be0b02a68d69cabeb5c6.tar.gz
Undo rev 1.13 (define "OBSTACK_CHUNK_SIZE" as getpagesize()).
It causes internal compiler errors and sig 11's with GCC 2.95.2.
Diffstat (limited to 'contrib/gcc/config')
-rw-r--r--contrib/gcc/config/freebsd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index de548f2..a96dac6 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())
OpenPOWER on IntegriCloud