PR/4140: David A. Holland: use svr4 style archives for ELF environments

This commit is contained in:
christos 1997-09-26 13:29:05 +00:00
parent a1e04f77a8
commit a004ae7f41
2 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: arch.c,v 1.22 1997/09/23 21:15:07 fair Exp $ */
/* $NetBSD: arch.c,v 1.23 1997/09/26 13:29:05 christos Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94";
#else
__RCSID("$NetBSD: arch.c,v 1.22 1997/09/23 21:15:07 fair Exp $");
__RCSID("$NetBSD: arch.c,v 1.23 1997/09/26 13:29:05 christos Exp $");
#endif
#endif /* not lint */
@ -124,7 +124,7 @@ static int ArchFindArchive __P((ClientData, ClientData));
static void ArchFree __P((ClientData));
static struct ar_hdr *ArchStatMember __P((char *, char *, Boolean));
static FILE *ArchFindMember __P((char *, char *, struct ar_hdr *, char *));
#if defined(__svr4__) || defined(__SVR4)
#if defined(__svr4__) || defined(__SVR4) || defined(__ELF__)
#define SVR4ARCHIVES
static int ArchSVR4Entry __P((Arch *, char *, size_t, FILE *));
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.h,v 1.8 1997/04/26 07:11:14 mellon Exp $ */
/* $NetBSD: config.h,v 1.9 1997/09/26 13:29:09 christos Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@ -111,8 +111,7 @@
*/
#define SUNSHCMD
#if !defined(__svr4__) && !defined(__SVR4) && \
!(defined(__NetBSD__) && (defined(__mips__) || defined(__ELF__)))
#if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__)
# ifndef RANLIBMAG
# define RANLIBMAG "__.SYMDEF"
# endif