summaryrefslogtreecommitdiffstats
path: root/Makefile.def
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2009-10-07 05:57:49 +0000
committerIan Lance Taylor <ian@airs.com>2009-10-07 05:57:49 +0000
commit700d40ca16eb3ba1ecc1e602cb3eec175bdf70f0 (patch)
tree9d41e08c7e7741a838e19ffe6aff219442600efb /Makefile.def
parentcd42ff9c6079e4c26985040c79f484a5e11c660a (diff)
downloadppe42-binutils-700d40ca16eb3ba1ecc1e602cb3eec175bdf70f0.tar.gz
ppe42-binutils-700d40ca16eb3ba1ecc1e602cb3eec175bdf70f0.zip
Sync with gcc repository.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def
index 5834232f13..5541a67433 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -97,7 +97,8 @@ host_modules= { module= ld; bootstrap=true; };
host_modules= { module= libcpp; bootstrap=true; };
host_modules= { module= libdecnumber; bootstrap=true; };
host_modules= { module= libgui; };
-host_modules= { module= libiberty; bootstrap=true; };
+host_modules= { module= libiberty; bootstrap=true;
+ extra_configure_flags='@extra_host_libiberty_configure_flags@';};
// We abuse missing to avoid installing anything for libiconv.
host_modules= { module= libiconv;
extra_configure_flags='--disable-shared';
@@ -141,6 +142,7 @@ host_modules= { module= libtermcap; no_check=true;
missing=maintainer-clean; };
host_modules= { module= utils; no_check=true; };
host_modules= { module= gnattools; };
+host_modules= { module= lto-plugin; bootstrap=true; };
target_modules = { module= libstdc++-v3;
bootstrap=true;
@@ -346,6 +348,8 @@ dependencies = { module=all-fixincludes; on=all-libiberty; };
dependencies = { module=all-gnattools; on=all-target-libada; };
+dependencies = { module=all-lto-plugin; on=all-libiberty; };
+
dependencies = { module=configure-mpfr; on=all-gmp; };
dependencies = { module=configure-mpc; on=all-mpfr; };
dependencies = { module=configure-ppl; on=all-gmp; };
@@ -424,6 +428,7 @@ dependencies = { module=all-gold; on=all-bfd; };
dependencies = { module=all-gold; on=all-build-bison; };
dependencies = { module=all-gold; on=all-build-byacc; };
dependencies = { module=check-gold; on=all-binutils; };
+dependencies = { module=check-gold; on=all-gas; };
dependencies = { module=configure-opcodes; on=configure-intl; };
dependencies = { module=all-opcodes; on=all-bfd; };
OpenPOWER on IntegriCloud