diff options
author | Nathan Sidwell <nathan@acm.org> | 2020-12-15 07:39:29 -0800 |
---|---|---|
committer | Nathan Sidwell <nathan@acm.org> | 2020-12-15 07:42:59 -0800 |
commit | 2efd8b1ffd0301c97575db4997257079744daf58 (patch) | |
tree | 3b5d4b89008d21fbb5481bfdb883ebc0d6f5c720 /configure.ac | |
parent | 35fc243fca06b1ce845a605cd1d6fd199a857e8e (diff) | |
download | gcc-2efd8b1ffd0301c97575db4997257079744daf58.zip gcc-2efd8b1ffd0301c97575db4997257079744daf58.tar.gz gcc-2efd8b1ffd0301c97575db4997257079744daf58.tar.bz2 |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56fdbf4..088e735 100644 --- a/configure.ac +++ b/configure.ac @@ -140,7 +140,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) |