This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Update for gcc-3.4/changes.html
- From: Kelley Cook <kcook34 at ford dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Gerald Pfeifer <gerald at pfeifer dot com>
- Date: Fri, 30 Jan 2004 10:45:58 -0500
- Subject: [wwwdocs] Update for gcc-3.4/changes.html
- Hop-count: 1
- Reply-to: Kelley Cook <kelleycook at yahoo dot com>
Would this be OK?
Kelley Cook
--- changes.html.orig 2004-01-30 10:34:57.655816800 -0500
+++ changes.html 2004-01-30 10:42:40.931975200 -0500
@@ -738,6 +738,11 @@
Subdirectories will only be configured if they are being built,
and all subdirectory configures are run from the <code>make</code>
command. The top level has been autoconfiscated.</li>
+ <li>Building GCC no longer writes to its source directory. This
+ should help those wishing to share a read-only source directory
+ over NFS or build from a CD. The exceptions to this feature are
+ if you configure with either --enable-maintainer-mode or
+ --enable-generated-files-in-srcdir.</li>
<li>The <code>-W</code> warning option has been renamed to
<code>-Wextra</code>, which is more easily understood. The older
spelling will be retained for backwards compatibility.</li>