mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
1999-03-26 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/Makefile: Only install libc_p.a linker script if we build the profiled library.
This commit is contained in:
parent
7ddfa374a3
commit
3635e76aab
@ -106,10 +106,13 @@ common-generated += errnos.d stamp-errnos
|
||||
libc-name = crt
|
||||
|
||||
ifeq (,$(subdir))
|
||||
install-others += $(inst_libdir)/libc.a $(inst_libdir)/libc_p.a
|
||||
install-others += $(inst_libdir)/libc.a
|
||||
$(inst_libdir)/libc.a: $(hurd)/libc-ldscript $(+force); $(do-install)
|
||||
ifeq (yes,$(build-profile))
|
||||
install-others += $(inst_libdir)/libc_p.a
|
||||
$(inst_libdir)/libc_p.a: $(hurd)/libc_p-ldscript $(+force); $(do-install)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Make sure these are used to build the libc.so shared object too. There
|
||||
# is a circular dependency between each of these shared objects and libc
|
||||
|
Loading…
Reference in New Issue
Block a user