aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2017-05-25 11:05:38 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2017-05-25 11:05:38 +0000
commitcdfee50a5b6eccc12a579bf4de6a3ab0d7105a43 (patch)
tree57e5becb8e004d4a4c6fd70aae03af5a38bac884 /gcc
parent56af751e21b1397bfc1ba7aba8dfa18aebc4c209 (diff)
downloadgcc-cdfee50a5b6eccc12a579bf4de6a3ab0d7105a43.zip
gcc-cdfee50a5b6eccc12a579bf4de6a3ab0d7105a43.tar.gz
gcc-cdfee50a5b6eccc12a579bf4de6a3ab0d7105a43.tar.bz2
configure.ac: Add --enable-languages=default to mean default and make --enable-languages=all...
* configure.ac: Add --enable-languages=default to mean default and make --enable-languages=all mean all supported languages. * configure: Regenerated. gcc/ * doc/invoke.texi (--enable-languages): Update documentation. From-SVN: r248454
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi9
2 files changed, 10 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index aea7ef5..5929235 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-25 Nathan Sidwell <nathan@acm.org>
+
+ * doc/invoke.texi (--enable-languages): Update documentation.
+
2017-05-25 Martin Liska <mliska@suse.cz>
* dumpfile.c: Add TDF_FOLDING.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index b13fc1f..36424d1 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1621,14 +1621,17 @@ their runtime libraries should be built. For a list of valid values for
grep ^language= */config-lang.in
@end smallexample
Currently, you can use any of the following:
-@code{all}, @code{ada}, @code{c}, @code{c++}, @code{fortran},
+@code{all}, @code{default}, @code{ada}, @code{c}, @code{c++}, @code{fortran},
@code{go}, @code{jit}, @code{lto}, @code{objc}, @code{obj-c++}.
Building the Ada compiler has special requirements, see below.
-If you do not pass this flag, or specify the option @code{all}, then all
+If you do not pass this flag, or specify the option @code{default}, then the
default languages available in the @file{gcc} sub-tree will be configured.
Ada, Go, Jit, and Objective-C++ are not default languages. LTO is not a
default language, but is built by default because @option{--enable-lto} is
-enabled by default. The other languages are default languages.
+enabled by default. The other languages are default languages. If
+@code{all} is specified, then all available languages are built. An
+exception is @code{jit} language, which requires
+@option{--enable-host-shared} to be included with @code{all}.
@item --enable-stage1-languages=@var{lang1},@var{lang2},@dots{}
Specify that a particular subset of compilers and their runtime