]> git.pld-linux.org Git - packages/glibc.git/blob - glibc-sparc64-undefined-registers.patch
- "co" (Corsician) added to locale todo
[packages/glibc.git] / glibc-sparc64-undefined-registers.patch
1 --- glibc-2.6-orig/elf/Makefile 2007-05-23 16:14:22.000000000 +0200
2 +++ glibc-2.6/elf/Makefile      2007-05-24 08:55:32.000000000 +0200
3 @@ -311,7 +311,7 @@
4                   $(filter-out $(map-file),$^) $(load-map-file)         \
5                   -Wl,-soname=$(rtld-installed-name) -T $@.lds
6         rm -f $@.lds
7 -       nm -u $@ | cmp -s /dev/null -
8 +       objdump -T $@ | grep 'D. \*UND\*' | cmp -s /dev/null -
9  
10  # interp.c exists just to get this string into the libraries.
11  CFLAGS-interp.c = -D'RUNTIME_LINKER="$(rtlddir)/$(rtld-installed-name)"' \
This page took 0.021084 seconds and 3 git commands to generate.