projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b4615c
)
(gnulib): If have-cc-withh-libunwind is "yes", also mention -lunwind.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 10 Dec 2003 22:27:45 +0000
(22:27 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 10 Dec 2003 22:27:45 +0000
(22:27 +0000)
Makeconfig
patch
|
blob
|
history
diff --git
a/Makeconfig
b/Makeconfig
index
8035572
..
03352ff
100644
(file)
--- a/
Makeconfig
+++ b/
Makeconfig
@@
-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)