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]

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


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

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