Committed, ld: add missing target to ALL_EMULATION_SOURCES.

Hans-Peter Nilsson hans-peter.nilsson@axis.com
Tue May 20 21:17:00 GMT 2014


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



More information about the Binutils mailing list