Skip to content

Commit

Permalink
./:
Browse files Browse the repository at this point in the history
2015-01-09  Ian Lance Taylor  <iant@google.com>

	* configure.ac (host_tools): Add gotools.
	* Makefile.def (host_modules): Add gotools.
	(dependencies): Add dependency of all-gotools on all-target-libgo.

gcc/go/:
2015-01-09  Ian Lance Taylor  <iant@google.com>

	* config-lang.in (lang_dirs): Define.

gotools/:
2015-01-09  Ian Lance Taylor  <iant@google.com>

	* Initial implementation.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219407 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ian committed Jan 9, 2015
1 parent 06df6ac commit dcfe52b
Show file tree
Hide file tree
Showing 14 changed files with 7,290 additions and 7 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2015-01-09 Ian Lance Taylor <iant@google.com>

* configure.ac (host_tools): Add gotools.
* Makefile.def (host_modules): Add gotools.
(dependencies): Add dependency of all-gotools on all-target-libgo.

2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>

* configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
Expand Down
3 changes: 3 additions & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ 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; extra_configure_flags=--enable-shared; };
host_modules= { module= gotools; };

target_modules = { module= libstdc++-v3;
bootstrap=true;
Expand Down Expand Up @@ -363,6 +364,8 @@ dependencies = { module=all-lto-plugin; on=all-libiberty-linker-plugin; };
dependencies = { module=configure-libcc1; on=configure-gcc; };
dependencies = { module=all-libcc1; on=all-gcc; };

dependencies = { module=all-gotools; on=all-target-libgo; };

dependencies = { module=all-utils; on=all-libiberty; };

dependencies = { module=configure-mpfr; on=all-gmp; };
Expand Down
Loading

0 comments on commit dcfe52b

Please sign in to comment.