Update.
* Makeconfig (gnulib): Remove -lgcc_eh again.
This commit is contained in:
parent
949ec76407
commit
c7652699b1
@ -1,5 +1,7 @@
|
||||
2003-05-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* Makeconfig (gnulib): Remove -lgcc_eh again.
|
||||
|
||||
* posix/sched.h: Change prototypes of sched_getaffinity and
|
||||
sched_setaffinity. Define CPU_SET, CPU_CLR, CPU_ISSET, and CPU_ZERO.
|
||||
* sysdeps/generic/sched_getaffinity.c: Adjust definition.
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
NPTL 0.37 by Ulrich Drepper
|
||||
NPTL 0.38 by Ulrich Drepper
|
||||
|
Loading…
Reference in New Issue
Block a user