This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed, ld: add missing target to ALL_EMULATION_SOURCES.


Changing the proposed patch to use the explicit all-emulations
list, naturally revealed the assumption that this was
up-to-date, to be false.  There may be more.

Committed as obvious after building.

ld:
	* Makefile.am (ALL_EMULATION_SOURCES): Add missing eelf32mbel_linux.c.
	* Makefile.in: Regenerate.

diff --git a/ld/Makefile.am b/ld/Makefile.am
index 2ad6a45..1ff1e0a 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -238,6 +238,7 @@ ALL_EMULATION_SOURCES = \
 	eelf32lppcsim.c \
 	eelf32m32c.c \
 	eelf32mb_linux.c \
+	eelf32mbel_linux.c \
 	eelf32mcore.c \
 	eelf32mep.c \
 	eelf32metag.c \

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]