]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-sparc64-undefined-registers.patch
- "co" (Corsician) added to locale todo
[packages/glibc.git] / glibc-sparc64-undefined-registers.patch
CommitLineData
53c340aa 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.028499 seconds and 4 git commands to generate.