mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 02:03:35 +08:00
* Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
using $(LN_S).
This commit is contained in:
parent
4f173e2c8a
commit
6a08db097b
@ -1,5 +1,8 @@
|
||||
2000-03-24 Roland McGrath <roland@baalperazim.frob.com>
|
||||
|
||||
* Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
|
||||
using $(LN_S).
|
||||
|
||||
* sysdeps/mach/hurd/if_index.c: New file.
|
||||
|
||||
* sysdeps/unix/sysv/linux/net/if.h: Moved to ...
|
||||
|
@ -677,13 +677,16 @@ mv -f $@.new $@
|
||||
endef
|
||||
endif
|
||||
|
||||
ifeq (no,$(cross-compiling))
|
||||
ifeq (yes,$(build-shared))
|
||||
ifeq (no,$(cross-compiling))
|
||||
symbolic-link-prog := $(common-objpfx)elf/sln
|
||||
symbolic-link-list := $(common-objpfx)elf/symlink.list
|
||||
define make-shlib-link
|
||||
echo $(<F) $@ >> $(symbolic-link-list)
|
||||
endef
|
||||
else # cross-compiling
|
||||
# We need a definition that can be used by elf/Makefile's install rules.
|
||||
symbolic-link-prog = $(LN_S)
|
||||
endif
|
||||
endif
|
||||
ifndef make-shlib-link
|
||||
|
Loading…
Reference in New Issue
Block a user