diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-30 13:50:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-30 13:50:54 +0000 |
commit | 57869e8b1f46a982170b3657e6ce8e5952e0bad7 (patch) | |
tree | 81f2291a0e25319b6fae1fdc5bf801434636b3b2 /lib | |
parent | 1fea8d07f2eef466e10b8bd299cace295ed8c65e (diff) |
do ecoff on the pica as well (for now)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/nlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/nlist.c b/lib/libc/gen/nlist.c index 84fb4a204de..62d269eef60 100644 --- a/lib/libc/gen/nlist.c +++ b/lib/libc/gen/nlist.c @@ -41,7 +41,7 @@ static char rcsid[] = "$NetBSD: nlist.c,v 1.6 1995/09/29 04:19:59 cgd Exp $"; #endif #endif /* LIBC_SCCS and not lint */ -#ifdef __alpha__ +#if defined(__alpha__) || defined(pica) #define DO_ECOFF #else #define DO_AOUT |