projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759a68f
)
[$(elf)=yes] (ar-symtab-name): Define to empty.
author
roland
<roland>
Tue, 13 Feb 1996 07:24:54 +0000
(07:24 +0000)
committer
roland
<roland>
Tue, 13 Feb 1996 07:24:54 +0000
(07:24 +0000)
Makerules
patch
|
blob
|
history
diff --git
a/Makerules
b/Makerules
index
439f18d
..
21b260c
100644
(file)
--- 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
\f
# Include any system-specific makefiles.