diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 06:33:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 06:33:37 +0000 |
commit | c7652699b1dcea6ad4c21319c321e4c82d60f365 (patch) | |
tree | 6107195189961e5a067f8e55cb3c48eafc1a2fc6 /Makeconfig | |
parent | 949ec7640747878988b3f8019a7b7f98c10ab3ac (diff) | |
download | glibc-c7652699b1dcea6ad4c21319c321e4c82d60f365.tar glibc-c7652699b1dcea6ad4c21319c321e4c82d60f365.tar.gz glibc-c7652699b1dcea6ad4c21319c321e4c82d60f365.tar.bz2 glibc-c7652699b1dcea6ad4c21319c321e4c82d60f365.zip |
Update.
* Makeconfig (gnulib): Remove -lgcc_eh again.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 3e7ddd3656..08069dbc7e 100644 --- a/Makeconfig +++ b/Makeconfig @@ -505,7 +505,7 @@ 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 +gnulib := -lgcc endif ifeq ($(elf),yes) +preinit = $(addprefix $(csu-objpfx),crti.o) |