mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Rules (static-only-routines rule): Use dummy.o, not dummy.so.
This commit is contained in:
parent
03d0a7e2aa
commit
782e865067
@ -1,3 +1,7 @@
|
||||
Thu May 9 09:17:46 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* Rules (static-only-routines rule): Use dummy.o, not dummy.so.
|
||||
|
||||
Wed May 8 20:04:29 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
|
||||
|
||||
* extract-dynsym: New file.
|
||||
|
2
Rules
2
Rules
@ -145,7 +145,7 @@ $(common-objpfx)sor-$(subdir): Makefile
|
||||
ifdef static-only-routines
|
||||
# These routines are to be omitted from the shared library object,
|
||||
# so we replace the PIC objects for them with the dummy object file.
|
||||
$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.so
|
||||
$(static-only-routines:%=$(objpfx)%.so): %.so: $(common-objpfx) dummy.o
|
||||
rm -f $@
|
||||
ln $< $@
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user