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]

[www-patch] Update building instructions in bugs/reghunt.html


The build process described in bugs/reghunt.html does not work any more
since September. An additional step "make all-build-libiberty" is now
required. The following patch updates the web-page accordingly.

Checked as valid XHTML.

OK to commit?

Regards,
Volker

Index: reghunt.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs/reghunt.html,v
retrieving revision 1.9
diff -u -p -r1.9 reghunt.html
--- reghunt.html	15 Jun 2004 10:55:08 -0000	1.9
+++ reghunt.html	5 Oct 2004 19:08:21 -0000
@@ -147,6 +147,7 @@ you can do the following after a normal 
 
 <pre>
     cd <i>objdir</i>
+    make all-build-libiberty || true
     make all-libiberty
     make all-libcpp || true
     make all-intl || true
@@ -159,9 +160,10 @@ you can do the following after a normal 
 <p>This will build libiberty, libcpp, libbanshee, intl and <code>cc1plus</code>
 (<code>make configure-gcc</code> is required since December 2002,
 <code>make all-intl</code> since July 2003, <code>make all-libbanshee</code>
-since the merge of the tree-ssa in May 2004, and <code>make all-libcpp</code>
-since May 2004).  When you have built <code>cc1plus</code>, you can feed your
-source code snippet to it:</p>
+since the merge of the tree-ssa in May 2004, <code>make all-libcpp</code>
+since May 2004, and <code>make all-build-libiberty</code> since September
+2004).  When you have built <code>cc1plus</code>, you can feed your source
+code snippet to it:</p>
 
 <pre>
     cc1plus -quiet <i>testcase</i>.ii
===================================================================



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