mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(install-lib): Use object-suffixes-for-libc instead of object-suffixes.
This commit is contained in:
parent
8bf0c33a00
commit
f68f073cf6
@ -42,7 +42,7 @@ install-lib += $(foreach lib,$(versioned),\
|
||||
$(lib)$($(lib)-version) $(lib))
|
||||
|
||||
# Add libc.a and libc_p.a.
|
||||
install-lib += $(foreach o,$(filter-out .so,$(object-suffixes)),\
|
||||
install-lib += $(foreach o,$(filter-out .so,$(object-suffixes-for-libc)),\
|
||||
$(patsubst %,$(libtype$o),c))
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
|
Loading…
x
Reference in New Issue
Block a user