install.texi (Installing GCC: Configuration): Clarify the only supported ways to...
authorLoren J. Rittle <ljrittle@acm.org>
Mon, 15 Apr 2002 21:28:46 +0000 (21:28 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Mon, 15 Apr 2002 21:28:46 +0000 (21:28 +0000)
        * doc/install.texi (Installing GCC: Configuration): Clarify
        the only supported ways to configure gcc.

From-SVN: r52335

gcc/ChangeLog
gcc/doc/install.texi

index 826d2d61440cb6d83642c6773b6c25b1cd0f2367..bb849b8af6001a9ff780ed6b1910a37eac5291d8 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-15  Loren J. Rittle  <ljrittle@acm.org>
+
+       * doc/install.texi (Installing GCC: Configuration): Clarify
+       the only supported ways to configure gcc.
+
 2002-04-15  Roland McGrath  <roland@frob.com>
  
        * config.gcc (alpha*-*-gnu*): New target configuration.
index 990db06af8cf5873df72020b11505f2cb4d5e644..5df9b0b77bd4009df62f5753a8540abd8ccbfab8 100644 (file)
@@ -288,12 +288,11 @@ If you obtained the sources via CVS, @var{srcdir} must refer to the top
 @file{gcc} directory, the one where the @file{MAINTAINERS} can be found,
 and not its @file{gcc} subdirectory, otherwise the build will fail.
 
-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.
+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.
 
 If you have previously built GCC in the same directory for a
 different target machine, do @samp{make distclean} to delete all files