]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-cross-gcc_eh.patch
- added dirs for dz,km,mg messages
[packages/glibc.git] / glibc-cross-gcc_eh.patch
1 --- libc/Makeconfig.orig        2004-12-31 20:33:44.918457704 +0100
2 +++ libc/Makeconfig     2004-12-31 20:55:54.452337832 +0100
3 @@ -514,12 +514,12 @@
4    libunwind = -lunwind
5  endif
6  ifneq ($(have-as-needed),yes)
7 - libgcc_eh := -lgcc_eh $(libunwind)
8 + libgcc_eh := $(libunwind)
9  else
10   libgcc_eh := -Wl,--as-needed -lgcc_s$(libgcc_s_suffix) $(libunwind) -Wl,--no-as-needed
11  endif
12  gnulib := -lgcc $(libgcc_eh)
13 -static-gnulib := -lgcc -lgcc_eh $(libunwind)
14 +static-gnulib := -lgcc $(libunwind)
15  libc.so-gnulib := -lgcc
16  endif
17  ifeq ($(elf),yes)
18
This page took 0.052192 seconds and 3 git commands to generate.