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]

(web pages, committed) tweak 3.4 changes


Committed as obvious.

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.3
diff -u -r1.3 changes.html
--- changes.html	14 Dec 2002 06:15:57 -0000	1.3
+++ changes.html	8 Jan 2003 20:11:53 -0000
@@ -19,7 +19,12 @@
         contained in environment variables.  It was neither documented
         nor intended that environment variable paths be ignored, so
         this has been corrected.</li>
-
+    <li>Support for all the systems <a
+        href="../gcc-3.3/changes.html#obsolete_systems">obsoleted in 
+        GCC 3.3</a> has been removed from GCC 3.4.  See <a
+        href="#obsolete_systems">below</a> for a list of systems which 
+        are obsoleted in this release.</li>
+    </li>
   </ul>
 
 <h2>General Optimizer Improvements</h2>
@@ -89,7 +94,9 @@
 <h2>Other significant improvements</h2>
 
   <ul>
-    <li>The build system has undergone several significant cleanups.</li>
+    <li>The build system has undergone several significant cleanups.
+        Subdirectories will only be configured if they are being built, 
+        and all subdirectory configures are run from 'make'.</li>
   </ul>
 
 </body>


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