From 246422ad0ded6705f2ef5a6d9c355cf3376f23ef Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 13 Feb 1996 07:24:54 +0000 Subject: [PATCH] [$(elf)=yes] (ar-symtab-name): Define to empty. --- Makerules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makerules b/Makerules index 439f18d3ff..21b260cc9a 100644 --- a/Makerules +++ b/Makerules @@ -69,7 +69,11 @@ endif # The name of the symbol table archive member. The default is suitable for # BSD style archives. It can be overridden in sysdep Makefiles when SYSV # style archive are used. +ifeq (no,$(elf)) ar-symtab-name = __.SYMDEF +else +ar-symtab-name = # The null name is used in ELF archives. +endif # Include any system-specific makefiles. -- 2.11.0