* install.texi: Fix merge lossages.

From-SVN: r24924
This commit is contained in:
Jeffrey A Law 1999-01-30 15:20:57 +00:00 committed by Jeff Law
parent d9b5343057
commit 3ad13ada51
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Sat Jan 30 08:27:23 1999 Jeffrey A Law (law@cygnus.com)
* install.texi: Fix merge lossages.
* cccp.c (main): Only call setlocale (LC_MESSAGES, ...) if LC_MESSAGES
is defined.
* collect2.c (main): Likewise.

View File

@ -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