aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>2002-11-02 11:28:09 +0100
committerGerald Pfeifer <gerald@gcc.gnu.org>2002-11-02 10:28:09 +0000
commit102b60d127548a679bd4f65f724c134964cedbf6 (patch)
tree2b6aa414476d65fa15c7240bbeb24bfb17ed848a /gcc
parented6c7a042d2c67b9c91d021dbdbb8ababc136abc (diff)
downloadgcc-102b60d127548a679bd4f65f724c134964cedbf6.zip
gcc-102b60d127548a679bd4f65f724c134964cedbf6.tar.gz
gcc-102b60d127548a679bd4f65f724c134964cedbf6.tar.bz2
Revert this change:
*doc/install.texi (Installing GCC: Configuration): Clarify the only supported ways to configure gcc. From-SVN: r58746
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/install.texi11
2 files changed, 13 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d23394a..c939e5e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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'
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index fd752d1..cab2c07 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -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