Commit 14258928 by Jakub Jelinek Committed by Jakub Jelinek

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

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

From-SVN: r216964
parent 62a64085
2014-10-31 Jakub Jelinek <jakub@redhat.com>
* Makefile.def (libcc1): Remove bootstrap=true;.
* Makefile.in: Regenerated.
2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* configure.ac: Update comment.
......
......@@ -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;
......
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