Skip to content

Commit

Permalink
* Makefile.def (libcc1): Remove bootstrap=true;.
Browse files Browse the repository at this point in the history
	* Makefile.in: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216964 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jakub committed Oct 31, 2014
1 parent 1fdc971 commit f7d3db3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 542 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-10-31 Jakub Jelinek <[email protected]>

* Makefile.def (libcc1): Remove bootstrap=true;.
* Makefile.in: Regenerated.

2014-10-31 Jan-Benedict Glaw <[email protected]>

* configure.ac: Update comment.
Expand Down
3 changes: 1 addition & 2 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ host_modules= { module= gnattools; };
host_modules= { module= lto-plugin; bootstrap=true;
extra_configure_flags='--enable-shared @extra_linker_plugin_flags@ @extra_linker_plugin_configure_flags@';
extra_make_flags='@extra_linker_plugin_flags@'; };
host_modules= { module= libcc1; bootstrap=true;
extra_configure_flags=--enable-shared; };
host_modules= { module= libcc1; extra_configure_flags=--enable-shared; };

target_modules = { module= libstdc++-v3;
bootstrap=true;
Expand Down
Loading

0 comments on commit f7d3db3

Please sign in to comment.