diff options
Diffstat (limited to 'lib/libc/gen')
-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 |