Mention the libelf/libelf-devel requirement for the ELF feature.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1234 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch 2013-09-16 15:05:44 +00:00
parent c152ab3778
commit 956dc66196
1 changed files with 3 additions and 1 deletions

4
NEWS
View File

@ -41,7 +41,9 @@ Current:
- The -U option now accepts ELF files as input files, and extracts
the appropriate section contents that matches the requested memory
region.
region. To enable this feature, the host system used for the
compilation must have a libelf around, including the respective
header files (i.e., package "libelf-devel" on many Linux systems).
- Programmers and parts lists