diff options
author | Jeffrey A Law <law@cygnus.com> | 1999-01-30 15:20:57 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-30 08:20:57 -0700 |
commit | 3ad13ada51e39f4c86907c3641564a9af7dcf8ac (patch) | |
tree | f404b7ae3df2566e0f214018a879abf157e915a8 /gcc/install.texi | |
parent | d9b5343057b44e50f6d41f892f4fbfda1c67faeb (diff) | |
download | gcc-3ad13ada51e39f4c86907c3641564a9af7dcf8ac.zip gcc-3ad13ada51e39f4c86907c3641564a9af7dcf8ac.tar.gz gcc-3ad13ada51e39f4c86907c3641564a9af7dcf8ac.tar.bz2 |
* install.texi: Fix merge lossages.
From-SVN: r24924
Diffstat (limited to 'gcc/install.texi')
-rw-r--r-- | gcc/install.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/install.texi b/gcc/install.texi index 5436aa8..f6b74463 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -232,7 +232,6 @@ of tree node types when referencing fields of that node. This does not change the generated code, but adds error checking within the compiler. This will slow down the compiler and may only work properly if you are building the compiler with GNU C. -@end table The @file{configure} script searches subdirectories of the source directory for other compilers that are to be integrated into GNU CC. @@ -277,6 +276,7 @@ A file named @file{tm.h} is created which includes the machine-description macro file for your target machine. It should be in the subdirectory @file{config} and its name is often @file{@var{machine}.h}. +@end itemize @cindex Native Language Support @cindex NLS |