summaryrefslogtreecommitdiffstats
path: root/rules/host-patchelf.in
blob: 2740b8b0d55cf32a5a1980a2335bd2b1ac9908fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=hosttools_noprompt

config HOST_PATCHELF
	tristate
	default y if ALLYES
	help
	  PatchELF is a simple utility for modifying existing ELF
	  executables and libraries.  In particular, it can do the
	  following:
	  * Change the dynamic loader ("ELF interpreter") of
            executables
	  * Change the RPATH of executables and libraries
	  * Remove declared dependencies on dynamic libraries
            (DT_NEEDED entries)