From: roland Date: Tue, 13 Feb 1996 07:24:54 +0000 (+0000) Subject: [$(elf)=yes] (ar-symtab-name): Define to empty. X-Git-Tag: libc-960213~9 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=246422ad0ded6705f2ef5a6d9c355cf3376f23ef [$(elf)=yes] (ar-symtab-name): Define to empty. --- 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.