From: Tobias Burnus Date: Wed, 26 Nov 2014 19:48:24 +0000 (+0100) Subject: Makefile.def: Make more dependent on mpfr, mpc and isl. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45c89690541ea6acd52c2dd417e90e5bd00b6071;p=gcc.git Makefile.def: Make more dependent on mpfr, mpc and isl. 2014-11-26 Tobias Burnus * Makefile.def: Make more dependent on mpfr, mpc and isl. * Makefile.in: Regenerate. From-SVN: r218096 --- diff --git a/ChangeLog b/ChangeLog index 409485c3b90..52b7bc89027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-26 Tobias Burnus + + * Makefile.def: Make more dependent on mpfr, mpc and isl. + * Makefile.in: Regenerate. + 2014-11-26 Prachi Godbole * config/mips/mips.c (mips_rtx_cost_data): Fix memory_latency cost diff --git a/Makefile.def b/Makefile.def index ddcbf5bb1c5..7c8761a0d30 100644 --- a/Makefile.def +++ b/Makefile.def @@ -308,6 +308,9 @@ dependencies = { module=all-build-libcpp; on=all-build-libiberty; }; // Host modules specific to gcc. dependencies = { module=configure-gcc; on=configure-intl; }; dependencies = { module=configure-gcc; on=all-gmp; }; +dependencies = { module=configure-gcc; on=all-mpfr; }; +dependencies = { module=configure-gcc; on=all-mpc; }; +dependencies = { module=configure-gcc; on=all-isl; }; dependencies = { module=configure-gcc; on=all-lto-plugin; }; dependencies = { module=configure-gcc; on=all-binutils; }; dependencies = { module=configure-gcc; on=all-gas; }; diff --git a/Makefile.in b/Makefile.in index 02d914c5761..182e1fd7c50 100644 --- a/Makefile.in +++ b/Makefile.in @@ -48094,6 +48094,30 @@ configure-stage3-gcc: maybe-all-stage3-gmp configure-stage4-gcc: maybe-all-stage4-gmp configure-stageprofile-gcc: maybe-all-stageprofile-gmp configure-stagefeedback-gcc: maybe-all-stagefeedback-gmp +configure-gcc: maybe-all-mpfr + +configure-stage1-gcc: maybe-all-stage1-mpfr +configure-stage2-gcc: maybe-all-stage2-mpfr +configure-stage3-gcc: maybe-all-stage3-mpfr +configure-stage4-gcc: maybe-all-stage4-mpfr +configure-stageprofile-gcc: maybe-all-stageprofile-mpfr +configure-stagefeedback-gcc: maybe-all-stagefeedback-mpfr +configure-gcc: maybe-all-mpc + +configure-stage1-gcc: maybe-all-stage1-mpc +configure-stage2-gcc: maybe-all-stage2-mpc +configure-stage3-gcc: maybe-all-stage3-mpc +configure-stage4-gcc: maybe-all-stage4-mpc +configure-stageprofile-gcc: maybe-all-stageprofile-mpc +configure-stagefeedback-gcc: maybe-all-stagefeedback-mpc +configure-gcc: maybe-all-isl + +configure-stage1-gcc: maybe-all-stage1-isl +configure-stage2-gcc: maybe-all-stage2-isl +configure-stage3-gcc: maybe-all-stage3-isl +configure-stage4-gcc: maybe-all-stage4-isl +configure-stageprofile-gcc: maybe-all-stageprofile-isl +configure-stagefeedback-gcc: maybe-all-stagefeedback-isl configure-gcc: maybe-all-lto-plugin configure-stage1-gcc: maybe-all-stage1-lto-plugin