OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / glibc / glibc-2.3.6.patch
1 --- glibc-2.3.6/configure.old   2008-07-12 14:02:28.000000000 +1000
2 +++ glibc-2.3.6/configure       2008-07-12 14:02:30.000000000 +1000
3 @@ -6304,7 +6304,7 @@
4    ac_status=$?
5    echo "$as_me:$LINENO: \$? = $ac_status" >&5
6    (exit $ac_status); }; } ||
7 -   { ac_try='$libc_unwind_check -lgcc_eh -lgcc >&5'
8 +   { ac_try='$libc_unwind_check -lgcc >&5'
9    { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10    (eval $ac_try) 2>&5
11    ac_status=$?
12 --- glibc-2.3.6/Makeconfig.old  2008-07-12 14:01:35.000000000 +1000
13 +++ glibc-2.3.6/Makeconfig      2008-07-12 14:01:37.000000000 +1000
14 @@ -503,12 +503,12 @@
15    libunwind = -lunwind
16  endif
17  ifneq ($(have-as-needed),yes)
18 - libgcc_eh := -lgcc_eh $(libunwind)
19 + libgcc_eh := $(libunwind)
20  else
21   libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed
22  endif
23  gnulib := -lgcc $(libgcc_eh)
24 -static-gnulib := -lgcc -lgcc_eh $(libunwind)
25 +static-gnulib := -lgcc $(libunwind)
26  libc.so-gnulib := -lgcc
27  endif
28  ifeq ($(elf),yes)