This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Web: Update GCC 3.5 changes.html to mention GCJ binary name changes
I'm checking in the following patch.
--- changes.html 29 Jun 2004 15:07:52 -0000 1.11
+++ changes.html 23 Jul 2004 23:26:31 -0000
@@ -50,6 +50,22 @@
deprecated in 3.4, has been removed.</li>
</ul>
+<h3>Java</h3>
+
+ <ul>
+ <li>In order to prevent naming conflicts with other vendors
implementations
+ of these tools, some GCJ binaries have been renamed:
+ <ul>
+ <li><code>rmic</code> is now <code>grmic</code></li>
+ <li><code>rmiregistry</code> is now <code>grmiregistry</code></li>
+ <li><code>jar</code> is now <code>fastjar</code></li>
+ </ul>
+ In particular, these names were problematic for the jpackage.org
packaging
+ conventions which install symlinks in /usr/bin that point to the
preferred
+ versions of these tools.
+ </li>
+ </ul>
+
<h2>New Targets and Target Specific Improvements</h2>
<h3>H8/300</h3>