This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Update for gcc-3.4/changes.html


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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]