Revert this change:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Sat, 2 Nov 2002 10:28:09 +0000 (11:28 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 2 Nov 2002 10:28:09 +0000 (10:28 +0000)
*doc/install.texi (Installing GCC: Configuration): Clarify
the only supported ways to configure gcc.

From-SVN: r58746

gcc/ChangeLog
gcc/doc/install.texi

index d23394aa547883e685848aa6f447acb09028205d..c939e5e37305f133708f99d97c2c4bc582696b0c 100644 (file)
@@ -1,3 +1,10 @@
+2002-11-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       Revert this change:
+
+       *doc/install.texi (Installing GCC: Configuration): Clarify
+       the only supported ways to configure gcc.
+
 2002-11-01  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/h8300/h8300.md (anonymous and:QI pattern): Use 'n'
index fd752d1ac4086530398f49b5309661615b9d4a7f..cab2c07d75547f3f5e57952cc0c1c79c414c6819 100644 (file)
@@ -284,11 +284,12 @@ variable to an automounter-aware @command{pwd} command, e.g.,
 @command{pawd} or @command{amq -w}, during the configuration and build
 phases.
 
-First, in general, GCC @strong{must} be built into a separate directory
-than the sources which does @strong{not} reside within the source tree.
-This is how almost all developers build GCC; building where @var{srcdir}
-== @var{objdir} is completely unsupported; building where @var{objdir}
-is a subdirectory of @var{srcdir} is completely unsupported.
+First, we @strong{highly} recommend that GCC be built into a
+separate directory than the sources which does @strong{not} reside
+within the source tree.  This is how we generally build GCC; building
+where @var{srcdir} == @var{objdir} should still work, but doesn't
+get extensive testing; building where @var{objdir} is a subdirectory
+of @var{srcdir} is unsupported.
 
 If you have previously built GCC in the same directory for a
 different target machine, do @samp{make distclean} to delete all files