Also install readelf into tooldir/bin directory
* Makefile.am (TOOL_PROGS): Add readelf. * Makefile.in: Regenerated.
This commit is contained in:
parent
9cb64d222c
commit
32a40e8ea9
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-08-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* Makefile.am (TOOL_PROGS): Add readelf.
|
||||
* Makefile.in: Regenerated.
|
||||
|
||||
2015-08-24 Yaakov Selkowitz <yselkowi@redhat.com>
|
||||
|
||||
* configure: Regenerate.
|
||||
|
|
|
@ -103,7 +103,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) $(TEST_PROGS) @BUILD_MISC@
|
|||
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(WINDMC_PROG) $(DLLWRAP_PROG)
|
||||
|
||||
# Stuff that goes in tooldir/ if appropriate.
|
||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
|
||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf
|
||||
|
||||
BASEDIR = $(srcdir)/..
|
||||
BFDDIR = $(BASEDIR)/bfd
|
||||
|
|
|
@ -484,7 +484,7 @@ TEST_PROGS = $(BFDTEST1_PROG) $(BFDTEST2_PROG)
|
|||
RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
|
||||
|
||||
# Stuff that goes in tooldir/ if appropriate.
|
||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
|
||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy readelf
|
||||
BASEDIR = $(srcdir)/..
|
||||
BFDDIR = $(BASEDIR)/bfd
|
||||
INCDIR = $(BASEDIR)/include
|
||||
|
|
Loading…
Reference in a new issue