View | Details | Raw Unified
Collapse All | Expand All

(-) glibc-2.7/elf/Makefile.old (-1 / +1 lines)
 Lines 315-321    Link Here 
		  -Wl,-soname=$(rtld-installed-name) -T $@.lds
		  -Wl,-soname=$(rtld-installed-name) -T $@.lds
	rm -f $@.lds
	rm -f $@.lds
	readelf -s $@ \
	readelf -s $@ \
	  | awk '($$7 ~ /^UND(|EF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
	  | awk '($$7 ~ /^(UND|UNDEF)$$/ && $$1 != "0:" && $$4 != "REGISTER") { print; p=1 } END { exit p != 0 }'
# interp.c exists just to get this string into the libraries.
# interp.c exists just to get this string into the libraries.
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \
CFLAGS-interp.c = -D'RUNTIME_LINKER="$(slibdir)/$(rtld-installed-name)"' \