From d2d1c35d750a5e552c797993a1d33b5cd796368d Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Fri, 22 Jul 1994 18:28:20 +0000 Subject: Changes to support NetBSD. --- src/m/ns32000.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/m/ns32000.h') diff --git a/src/m/ns32000.h b/src/m/ns32000.h index a05a612b6ab..e45f223211c 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h @@ -96,7 +96,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ in the file alloca.s should be used. */ /* #define C_ALLOCA */ -/* #define HAVE_ALLOCA */ +#ifdef __NetBSD__ +#define HAVE_ALLOCA +#endif /* Define NO_REMAP if memory segmentation makes it not work well to change the boundary between the text section and data section @@ -109,8 +111,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define STACK_DIRECTION -1 +#ifndef __NetBSD__ #define EXEC_MAGIC 0410 #define PURESIZE 140000 #define START_FILES pre-crt0.o /lib/crt0.o +#endif -- cgit v1.2.1