mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(gnulib): If have-cc-withh-libunwind is "yes", also mention -lunwind.
This commit is contained in:
parent
8b4615ccd8
commit
26b30508e0
@ -511,7 +511,11 @@ link-libc-bounded = $(common-objpfx)libc_b.a $(gnulib) $(common-objpfx)libc_b.a
|
||||
link-extra-libs-bounded = $(foreach lib,$(LDLIBS-$(@F:%-bp=%)),$(common-objpfx)$(lib)_b.a)
|
||||
|
||||
ifndef gnulib
|
||||
gnulib := -lgcc -lgcc_eh
|
||||
ifneq ($(have-cc-with-libunwind),yes)
|
||||
gnulib := -lgcc -lgcc_eh
|
||||
else
|
||||
gnulib := -lgcc -lgcc_eh -lunwind
|
||||
endif
|
||||
endif
|
||||
ifeq ($(elf),yes)
|
||||
+preinit = $(addprefix $(csu-objpfx),crti.o)
|
||||
|
Loading…
Reference in New Issue
Block a user