--- glibc-2.3.2/Makeconfig	2005-02-08 09:47:34.000000000 +0200
+++ glibc-2.3.2-patched/Makeconfig	2005-02-08 09:49:30.000000000 +0200
@@ -524,8 +524,8 @@
 else
  libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed
 endif
-gnulib := -lgcc $(libgcc_eh)
-static-gnulib := -lgcc -lgcc_eh $(libunwind)
+gnulib := -lgcc
+static-gnulib := -lgcc
 libc.so-gnulib := -lgcc
 endif
 ifeq ($(elf),yes)
--- glibc-2.3.2/configure       2005-01-28 13:51:40.000000000 +0200
+++ glibc-2.3.2-patched/configure   2005-01-28 13:52:38.000000000 +0200
@@ -3032,7 +3032,7 @@
   cat >conftest.$ac_ext <<_ACEOF
 #line $LINENO "configure"
 #include "confdefs.h"
-#include <assert.h>
+#include <limits.h>
                      Syntax error
 _ACEOF
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5

