summaryrefslogtreecommitdiffstats
path: root/rules/libelf.in
blob: 5e9b19d86e9f4adba6e0b25041042bf210d6f377 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=system_libraries

config LIBELF
	tristate
	prompt "libelf"
	help
	  an ELF object file access library

	  The elf library provides routines to access, and manipulate,
	  Elf object files. It is still not complete, but is required
	  for a number of programs, such as Eli (a state of the art
	  compiler generation system), and Elk (the Extension Language
	  Kit - an implementation of the Scheme programming language.)