From 80de50c470384031c4f9a9678eb2caa2934a8267 Mon Sep 17 00:00:00 2001 From: pme Date: Fri, 12 Jan 2001 09:25:56 +0000 Subject: [PATCH] 2001-01-12 Phil Edwards * install.texi: Remove misplaced duplicate entry. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38940 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/install.texi | 45 --------------------------------------------- 2 files changed, 4 insertions(+), 45 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 67386dd..1d8e146 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-01-12 Phil Edwards + + * install.texi: Remove misplaced duplicate entry. + 2001-01-11 Ulrich Drepper * config/float-i386.h: Define FLT_EVAL_METHOD and DECIMAL_DIG for C99. diff --git a/gcc/install.texi b/gcc/install.texi index 88ff711..b963bbb 100644 --- a/gcc/install.texi +++ b/gcc/install.texi @@ -233,51 +233,6 @@ 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. -The @file{configure} script searches subdirectories of the source -directory for other compilers that are to be integrated into GNU CC. -The GNU compiler for C++, called G++ is in a subdirectory named -@file{cp}. @file{configure} inserts rules into @file{Makefile} to build -all of those compilers. - -Here we spell out what files will be set up by @code{configure}. Normally -you need not be concerned with these files. - -@itemize @bullet -@item -@ifset INTERNALS -A file named @file{config.h} is created that contains a @samp{#include} -of the top-level config file for the machine you will run the compiler -on (@pxref{Config}). This file is responsible for defining information -about the host machine. It includes @file{tm.h}. -@end ifset -@ifclear INTERNALS -A file named @file{config.h} is created that contains a @samp{#include} -of the top-level config file for the machine you will run the compiler -on (@pxref{Config,,The Configuration File, gcc.info, Using and Porting -GCC}). This file is responsible for defining information about the host -machine. It includes @file{tm.h}. -@end ifclear - -The top-level config file is located in the subdirectory @file{config}. -Its name is always @file{xm-@var{something}.h}; usually -@file{xm-@var{machine}.h}, but there are some exceptions. - -If your system does not support symbolic links, you might want to -set up @file{config.h} to contain a @samp{#include} command which -refers to the appropriate file. - -@item -A file named @file{tconfig.h} is created which includes the top-level config -file for your target machine. This is used for compiling certain -programs to run on that machine. - -@item -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 @item --enable-nls -- 2.7.4