]> git.ipfire.org Git - thirdparty/gcc.git/commit - gotools/configure
configure.ac (host_tools): Add gotools.
authorIan Lance Taylor <iant@google.com>
Fri, 9 Jan 2015 21:23:09 +0000 (21:23 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Jan 2015 21:23:09 +0000 (21:23 +0000)
commitbf1de3f0ac48e095e9446a2408649766bf5a947c
treeac01f2f285980d0d29dd2d65f8bea8c6f69f3ea9
parentb44fb4c37a4697dfd50c37282c9d2ec2bd3aa95a
configure.ac (host_tools): Add gotools.

./: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.

From-SVN: r219407
14 files changed:
ChangeLog
Makefile.def
Makefile.in
configure
configure.ac
gcc/go/ChangeLog
gcc/go/config-lang.in
gotools/Makefile.am [new file with mode: 0644]
gotools/Makefile.in [new file with mode: 0644]
gotools/README [new file with mode: 0644]
gotools/aclocal.m4 [new file with mode: 0644]
gotools/config/go.m4 [new file with mode: 0644]
gotools/configure [new file with mode: 0755]
gotools/configure.ac [new file with mode: 0644]