mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
(libtypes): Redo H.J. Lu's change of 1998-03-27.
This commit is contained in:
parent
2263f790b1
commit
91641c6522
@ -571,7 +571,7 @@ endif
|
||||
# Various things use $(object-suffixes) to know what all to make.
|
||||
# The compilation rules use $(CPPFLAGS-${SUFFIX}) and $(CFLAGS-${SUFFIX})
|
||||
# to pass different flags for each flavor.
|
||||
libtypes = $(foreach o,$(object-suffixes),$(libtype$o))
|
||||
libtypes = $(foreach o,$(object-suffixes-for-libc),$(libtype$o))
|
||||
all-object-suffixes := .o .os .op .og .ob .oS
|
||||
object-suffixes :=
|
||||
ifeq (yes,$(build-static))
|
||||
|
Loading…
Reference in New Issue
Block a user