mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* Makefile.am (TOOL_PROGS): Add objcopy.
* Makefile.in: Rebuilt.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-04-13 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.am (TOOL_PROGS): Add objcopy.
|
||||||
|
* Makefile.in: Rebuilt.
|
||||||
|
|
||||||
2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
|
2007-04-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR binutils/4348
|
PR binutils/4348
|
||||||
|
@ -60,7 +60,7 @@ noinst_PROGRAMS = $(RENAMED_PROGS) @BUILD_MISC@
|
|||||||
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
|
EXTRA_PROGRAMS = $(NLMCONV_PROG) srconv sysdump coffdump $(DLLTOOL_PROG) $(WINDRES_PROG) $(DLLWRAP_PROG)
|
||||||
|
|
||||||
# Stuff that goes in tooldir/ if appropriate.
|
# Stuff that goes in tooldir/ if appropriate.
|
||||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
|
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
|
||||||
|
|
||||||
BASEDIR = $(srcdir)/..
|
BASEDIR = $(srcdir)/..
|
||||||
BFDDIR = $(BASEDIR)/bfd
|
BFDDIR = $(BASEDIR)/bfd
|
||||||
|
@ -364,7 +364,7 @@ SRCONV_PROG = srconv$(EXEEXT) sysdump$(EXEEXT) coffdump$(EXEEXT)
|
|||||||
RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
|
RENAMED_PROGS = $(NM_PROG) $(STRIP_PROG) $(DEMANGLER_PROG)
|
||||||
|
|
||||||
# Stuff that goes in tooldir/ if appropriate.
|
# Stuff that goes in tooldir/ if appropriate.
|
||||||
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump
|
TOOL_PROGS = nm-new strip-new ar ranlib dlltool objdump objcopy
|
||||||
BASEDIR = $(srcdir)/..
|
BASEDIR = $(srcdir)/..
|
||||||
BFDDIR = $(BASEDIR)/bfd
|
BFDDIR = $(BASEDIR)/bfd
|
||||||
INCDIR = $(BASEDIR)/include
|
INCDIR = $(BASEDIR)/include
|
||||||
|
Reference in New Issue
Block a user