Skip to content

Commit

Permalink
[4.9] Update to FSF's gcc-4.9.3 (issue #1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsck committed Jul 11, 2015
1 parent 51515e5 commit 59d5dfe
Show file tree
Hide file tree
Showing 857 changed files with 22,780 additions and 4,393 deletions.
16 changes: 16 additions & 0 deletions gcc-4.9/ChangeLog
@@ -1,3 +1,19 @@
2015-06-26 Release Manager

* GCC 4.9.3 released.

2015-05-03 Matthias Klose <doko@ubuntu.com>

* configure.ac: Match $host configured with triplets.
* configure: Regenerate.

2014-12-04 Tobias Burnus <burnus@net-b.de>

* configure.ac: Permit also ISL 0.14 with CLooG.
* Makefile.def: Make more dependent on mpfr, mpc, isl, and cloog.
* Makefile.in: Regenerate.
* configure: Regenerate.

2014-11-19 Renlin Li <Renlin.Li@arm.com>

PR middle-end/63762
Expand Down
2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/binaries.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/build.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/configure.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/download.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/finalinstall.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/gfdl.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gcc-4.9/INSTALL/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/old.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/prerequisites.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 13 additions & 2 deletions gcc-4.9/INSTALL/specific.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gcc-4.9/INSTALL/test.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions gcc-4.9/Makefile.def
Expand Up @@ -298,6 +298,10 @@ dependencies = { module=all-build-fixincludes; 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-cloog; };
dependencies = { module=configure-gcc; on=all-lto-plugin; };
dependencies = { module=configure-gcc; on=all-function_reordering_plugin; };
dependencies = { module=configure-gcc; on=all-binutils; };
Expand Down
32 changes: 32 additions & 0 deletions gcc-4.9/Makefile.in
Expand Up @@ -47951,6 +47951,38 @@ 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-cloog

configure-stage1-gcc: maybe-all-stage1-cloog
configure-stage2-gcc: maybe-all-stage2-cloog
configure-stage3-gcc: maybe-all-stage3-cloog
configure-stage4-gcc: maybe-all-stage4-cloog
configure-stageprofile-gcc: maybe-all-stageprofile-cloog
configure-stagefeedback-gcc: maybe-all-stagefeedback-cloog
configure-gcc: maybe-all-lto-plugin

configure-stage1-gcc: maybe-all-stage1-lto-plugin
Expand Down

0 comments on commit 59d5dfe

Please sign in to comment.