This is a fix for PR ld/16761 - the linker now has a dependence upon the binutils

because it needs to windres tool (for some targets).

	* Makefile.def (dependencies): Make all-ld depend on all-binutils
	for WINDRES_FOR_TARGET in default-manifest.o rule.
	* Makefile.in: Regenerate.
This commit is contained in:
Yaakov Selkowitz
2014-03-27 13:36:36 +00:00
committed by Nick Clifton
parent 10be66a491
commit a6305403d4
3 changed files with 15 additions and 0 deletions

View File

@ -418,6 +418,7 @@ dependencies = { module=all-ld; on=all-build-bison; };
dependencies = { module=all-ld; on=all-build-flex; };
dependencies = { module=all-ld; on=all-intl; };
dependencies = { module=all-ld; on=all-gas; };
dependencies = { module=all-ld; on=all-binutils; };
dependencies = { module=install-ld; on=install-gold; };
dependencies = { module=install-strip-ld; on=install-strip-gold; };
dependencies = { module=configure-gold; on=configure-intl; };