PATCH: add missing bits to bootstrapping-gcc subsection of BP project page

Greg McGary greg@mcgary.org
Fri Aug 11 01:13:00 GMT 2000


I just committed this:

Index: htdocs/projects/bp/main.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v
retrieving revision 1.10
diff -u -p -r1.10 main.html
--- main.html	2000/08/11 01:09:44	1.10
+++ main.html	2000/08/11 08:10:45
@@ -521,7 +521,15 @@ pig to run the test suite.</p>
     Americans.  <code>8^)</code>
     </ul>
 
-<p>This procedure does the trick:</p>
+<p>First, you must supplement the command-line in the
+<code>bpmake</code> script with these extra arguments:</p>
+
+<pre>
+'BOOT_CFLAGS="$CFLAGS"' 'BOOT_LDFLAGS="$LDFLAGS"'
+'SYSTEM_HEADER_DIR="$glibc_dir/include"'
+</pre>
+
+<p>With that done, this procedure does the trick:</p>
 
 <pre>
 $ ubpenv ./configure --enable-languages=c


More information about the Gcc-patches mailing list