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]

Update reghunt for intl


This patch updates the reghunt web page for the intl directory which went
in back in July 2003.


OK?

Thanks,
Andrew Pinski




Index: reghunt.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v retrieving revision 1.6 diff -u -p -r1.6 reghunt.html --- reghunt.html 21 Jul 2003 15:33:20 -0000 1.6 +++ reghunt.html 14 Jan 2004 06:04:58 -0000 @@ -148,14 +148,16 @@ you can do the following after a normal <pre> cd <i>objdir</i> make all-libiberty + make all-intl || true make configure-gcc || true cd gcc make cc1plus </pre>

-<p>This will build libiberty and <code>cc1plus</code> (the make of
+<p>This will build libiberty, intl and <code>cc1plus</code> (the make of
<code>configure-gcc</code> is required for configuration changes that
-were added in December 2002). When you have
+were added in December 2002; the make all-intl is required for
+configuration changes that were added in July 2003). When you have
<code>cc1plus</code>, you can feed your source code snippet to it:</p>


<pre>


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