Commit 51c1ff0c by Jan-Benedict Glaw Committed by Jan-Benedict Glaw

Makefile.def: Merge from binutils.

	* Makefile.def: Merge from binutils.
	* Makefile.in: Dito.

From-SVN: r195038
parent 965f0c57
2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* Makefile.def: Merge from binutils.
* Makefile.in: Dito.
2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com> 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
* MAINTAINERS: Update my email. * MAINTAINERS: Update my email.
......
...@@ -373,6 +373,9 @@ dependencies = { module=all-bfd; on=all-intl; }; ...@@ -373,6 +373,9 @@ dependencies = { module=all-bfd; on=all-intl; };
dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; }; dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; };
dependencies = { module=all-opcodes; on=all-libiberty; }; dependencies = { module=all-opcodes; on=all-libiberty; };
// We must build gas before binutils, gprof, ld and gold to avoid race
// condition in the prev-gcc/as script during bootstrap of combined tree
// with GCC and binutils. See PR gas/14899 for details.
dependencies = { module=configure-binutils; on=configure-intl; }; dependencies = { module=configure-binutils; on=configure-intl; };
dependencies = { module=all-binutils; on=all-libiberty; }; dependencies = { module=all-binutils; on=all-libiberty; };
dependencies = { module=all-binutils; on=all-opcodes; }; dependencies = { module=all-binutils; on=all-opcodes; };
...@@ -380,6 +383,7 @@ dependencies = { module=all-binutils; on=all-bfd; }; ...@@ -380,6 +383,7 @@ dependencies = { module=all-binutils; on=all-bfd; };
dependencies = { module=all-binutils; on=all-build-flex; }; dependencies = { module=all-binutils; on=all-build-flex; };
dependencies = { module=all-binutils; on=all-build-bison; }; dependencies = { module=all-binutils; on=all-build-bison; };
dependencies = { module=all-binutils; on=all-intl; }; dependencies = { module=all-binutils; on=all-intl; };
dependencies = { module=all-binutils; on=all-gas; };
// We put install-opcodes before install-binutils because the installed // We put install-opcodes before install-binutils because the installed
// binutils might be on PATH, and they might need the shared opcodes // binutils might be on PATH, and they might need the shared opcodes
...@@ -401,6 +405,7 @@ dependencies = { module=all-gprof; on=all-libiberty; }; ...@@ -401,6 +405,7 @@ dependencies = { module=all-gprof; on=all-libiberty; };
dependencies = { module=all-gprof; on=all-bfd; }; dependencies = { module=all-gprof; on=all-bfd; };
dependencies = { module=all-gprof; on=all-opcodes; }; dependencies = { module=all-gprof; on=all-opcodes; };
dependencies = { module=all-gprof; on=all-intl; }; dependencies = { module=all-gprof; on=all-intl; };
dependencies = { module=all-gprof; on=all-gas; };
dependencies = { module=configure-ld; on=configure-intl; }; dependencies = { module=configure-ld; on=configure-intl; };
dependencies = { module=all-ld; on=all-libiberty; }; dependencies = { module=all-ld; on=all-libiberty; };
dependencies = { module=all-ld; on=all-bfd; }; dependencies = { module=all-ld; on=all-bfd; };
...@@ -408,6 +413,7 @@ dependencies = { module=all-ld; on=all-opcodes; }; ...@@ -408,6 +413,7 @@ dependencies = { module=all-ld; on=all-opcodes; };
dependencies = { module=all-ld; on=all-build-bison; }; dependencies = { module=all-ld; on=all-build-bison; };
dependencies = { module=all-ld; on=all-build-flex; }; dependencies = { module=all-ld; on=all-build-flex; };
dependencies = { module=all-ld; on=all-intl; }; dependencies = { module=all-ld; on=all-intl; };
dependencies = { module=all-ld; on=all-gas; };
dependencies = { module=install-ld; on=install-gold; }; dependencies = { module=install-ld; on=install-gold; };
dependencies = { module=install-strip-ld; on=install-strip-gold; }; dependencies = { module=install-strip-ld; on=install-strip-gold; };
dependencies = { module=configure-gold; on=configure-intl; }; dependencies = { module=configure-gold; on=configure-intl; };
...@@ -415,6 +421,7 @@ dependencies = { module=all-gold; on=all-libiberty; }; ...@@ -415,6 +421,7 @@ dependencies = { module=all-gold; on=all-libiberty; };
dependencies = { module=all-gold; on=all-intl; }; dependencies = { module=all-gold; on=all-intl; };
dependencies = { module=all-gold; on=all-bfd; }; dependencies = { module=all-gold; on=all-bfd; };
dependencies = { module=all-gold; on=all-build-bison; }; dependencies = { module=all-gold; on=all-build-bison; };
dependencies = { module=all-gold; on=all-gas; };
dependencies = { module=check-gold; on=all-binutils; }; dependencies = { module=check-gold; on=all-binutils; };
dependencies = { module=check-gold; on=all-gas; }; dependencies = { module=check-gold; on=all-gas; };
......
...@@ -45910,6 +45910,14 @@ all-stage3-binutils: maybe-all-stage3-intl ...@@ -45910,6 +45910,14 @@ all-stage3-binutils: maybe-all-stage3-intl
all-stage4-binutils: maybe-all-stage4-intl all-stage4-binutils: maybe-all-stage4-intl
all-stageprofile-binutils: maybe-all-stageprofile-intl all-stageprofile-binutils: maybe-all-stageprofile-intl
all-stagefeedback-binutils: maybe-all-stagefeedback-intl all-stagefeedback-binutils: maybe-all-stagefeedback-intl
all-binutils: maybe-all-gas
all-stage1-binutils: maybe-all-stage1-gas
all-stage2-binutils: maybe-all-stage2-gas
all-stage3-binutils: maybe-all-stage3-gas
all-stage4-binutils: maybe-all-stage4-gas
all-stageprofile-binutils: maybe-all-stageprofile-gas
all-stagefeedback-binutils: maybe-all-stagefeedback-gas
install-binutils: maybe-install-opcodes install-binutils: maybe-install-opcodes
install-strip-binutils: maybe-install-strip-opcodes install-strip-binutils: maybe-install-strip-opcodes
install-opcodes: maybe-install-bfd install-opcodes: maybe-install-bfd
...@@ -45959,6 +45967,7 @@ all-gprof: maybe-all-libiberty ...@@ -45959,6 +45967,7 @@ all-gprof: maybe-all-libiberty
all-gprof: maybe-all-bfd all-gprof: maybe-all-bfd
all-gprof: maybe-all-opcodes all-gprof: maybe-all-opcodes
all-gprof: maybe-all-intl all-gprof: maybe-all-intl
all-gprof: maybe-all-gas
configure-ld: maybe-configure-intl configure-ld: maybe-configure-intl
configure-stage1-ld: maybe-configure-stage1-intl configure-stage1-ld: maybe-configure-stage1-intl
...@@ -46015,6 +46024,14 @@ all-stage3-ld: maybe-all-stage3-intl ...@@ -46015,6 +46024,14 @@ all-stage3-ld: maybe-all-stage3-intl
all-stage4-ld: maybe-all-stage4-intl all-stage4-ld: maybe-all-stage4-intl
all-stageprofile-ld: maybe-all-stageprofile-intl all-stageprofile-ld: maybe-all-stageprofile-intl
all-stagefeedback-ld: maybe-all-stagefeedback-intl all-stagefeedback-ld: maybe-all-stagefeedback-intl
all-ld: maybe-all-gas
all-stage1-ld: maybe-all-stage1-gas
all-stage2-ld: maybe-all-stage2-gas
all-stage3-ld: maybe-all-stage3-gas
all-stage4-ld: maybe-all-stage4-gas
all-stageprofile-ld: maybe-all-stageprofile-gas
all-stagefeedback-ld: maybe-all-stagefeedback-gas
install-ld: maybe-install-gold install-ld: maybe-install-gold
install-strip-ld: maybe-install-strip-gold install-strip-ld: maybe-install-strip-gold
configure-gold: maybe-configure-intl configure-gold: maybe-configure-intl
...@@ -46057,6 +46074,14 @@ all-stage3-gold: maybe-all-build-bison ...@@ -46057,6 +46074,14 @@ all-stage3-gold: maybe-all-build-bison
all-stage4-gold: maybe-all-build-bison all-stage4-gold: maybe-all-build-bison
all-stageprofile-gold: maybe-all-build-bison all-stageprofile-gold: maybe-all-build-bison
all-stagefeedback-gold: maybe-all-build-bison all-stagefeedback-gold: maybe-all-build-bison
all-gold: maybe-all-gas
all-stage1-gold: maybe-all-stage1-gas
all-stage2-gold: maybe-all-stage2-gas
all-stage3-gold: maybe-all-stage3-gas
all-stage4-gold: maybe-all-stage4-gas
all-stageprofile-gold: maybe-all-stageprofile-gas
all-stagefeedback-gold: maybe-all-stagefeedback-gas
check-gold: maybe-all-binutils check-gold: maybe-all-binutils
check-stage1-gold: maybe-all-stage1-binutils check-stage1-gold: maybe-all-stage1-binutils
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment