summaryrefslogtreecommitdiffstats
path: root/rules/prelink.in
blob: dbe2625b2b7d0b685ff70bd1d1204ccfa537ee5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=debug_tools

config PRELINK
	tristate
	select LIBELF
	prompt "prelink"
	help
	  ELF prelinking utility to speed up dynamic linking.  The
	  prelink package contains a utility which modifies ELF shared
	  libraries and executables, so that far fewer relocations
	  need to be resolved at runtime and thus programs come up
	  faster.