summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-30 13:50:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-30 13:50:54 +0000
commit57869e8b1f46a982170b3657e6ce8e5952e0bad7 (patch)
tree81f2291a0e25319b6fae1fdc5bf801434636b3b2 /lib
parent1fea8d07f2eef466e10b8bd299cace295ed8c65e (diff)
do ecoff on the pica as well (for now)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/nlist.c2
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