From bf1de3f0ac48e095e9446a2408649766bf5a947c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 9 Jan 2015 21:23:09 +0000 Subject: configure.ac (host_tools): Add gotools. ./:2015-01-09 Ian Lance Taylor * 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 * config-lang.in (lang_dirs): Define. gotools/: 2015-01-09 Ian Lance Taylor * Initial implementation. From-SVN: r219407 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 33d2600..5860241 100755 --- a/configure +++ b/configure @@ -2729,7 +2729,7 @@ host_libs="intl libiberty opcodes bfd readline tcl tk itcl libgui zlib libbacktr # binutils, gas and ld appear in that order because it makes sense to run # "make check" in that particular order. # If --enable-gold is used, "gold" may replace "ld". -host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1" +host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools" # libgcj represents the runtime libraries only used by gcj. libgcj="target-libffi \ -- cgit v1.1