Commit 3ad13ada by Jeffrey A Law Committed by Jeff Law

* install.texi: Fix merge lossages.

From-SVN: r24924
parent d9b53430
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment