~ubuntu-branches/debian/stretch/gcc-6-doc/stretch

« back to all changes in this revision

Viewing changes to gcc/doc/install.texi

  • Committer: Package Import Robot
  • Author(s): Guo Yixuan (郭溢譞)
  • Date: 2016-05-06 21:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20160506214533-1ro717riyxkhd4kn
Tags: 6.1.0-1
* New upstream branch. (Closes: #822667)
* Synced patches with gcc-6, 6.1.1-1.
* Use https URIs for Vcs-*.
* Bumped standards version to 3.9.8, no changes needed.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
@end ifinfo
95
95
@dircategory Software development
96
96
@direntry
97
 
* gccinstall: (gccinstall).    Installing the GNU Compiler Collection.
 
97
* @value{fngccinstall}: (@value{fngccinstall}).    Installing the GNU Compiler Collection.
98
98
@end direntry
99
99
 
100
100
@c Part 3 Titlepage and Copyright
1560
1560
grep ^language= */config-lang.in
1561
1561
@end smallexample
1562
1562
Currently, you can use any of the following:
1563
 
@code{all}, @code{ada}, @code{c}, @code{c++}, @code{fortran},
 
1563
@code{all}, @code{ada}, @code{c}, @code{c++}, @code{d}, @code{fortran},
1564
1564
@code{go}, @code{java}, @code{jit}, @code{lto}, @code{objc}, @code{obj-c++}.
1565
1565
Building the Ada compiler has special requirements, see below.
1566
1566
If you do not pass this flag, or specify the option @code{all}, then all
1567
1567
default languages available in the @file{gcc} sub-tree will be configured.
1568
 
Ada, Go, Jit, and Objective-C++ are not default languages.  LTO is not a
 
1568
Ada, D, Go, Jit, and Objective-C++ are not default languages.  LTO is not a
1569
1569
default language, but is built by default because @option{--enable-lto} is
1570
1570
enabled by default.  The other languages are default languages.
1571
1571