summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2020-12-15 07:39:29 -0800
committerNathan Sidwell <nathan@acm.org>2020-12-15 07:42:59 -0800
commit2efd8b1ffd0301c97575db4997257079744daf58 (patch)
tree3b5d4b89008d21fbb5481bfdb883ebc0d6f5c720 /configure
parent35fc243fca06b1ce845a605cd1d6fd199a857e8e (diff)
downloadgcc-2efd8b1ffd0301c97575db4997257079744daf58.tar.gz
Add C++tools
These are the toplevel directory changes to add c++tools ChangeLog: * Makefile.def * Makefile.in * Makefile.tpl * configure * configure.ac
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8f4302ea7e5..504f6410274 100755
--- a/configure
+++ b/configure
@@ -2795,7 +2795,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 gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools"
+host_tools="texinfo flex bison binutils gas ld fixincludes gcc cgen sid sim gdb gdbserver gprof etc expect dejagnu m4 utils guile fastjar gnattools libcc1 gotools c++tools"
# these libraries are built for the target environment, and are built after
# the host libraries and the host tools (which may be a cross compiler)