PATCH: BP project page: instruct gcc bootstrappers to disable GCC's gettext

Greg McGary greg@mcgary.org
Mon Sep 4 01:04:00 GMT 2000


Here's a work-around that's better than disabling all of NLS.

I just committed this:

Index: htdocs/projects/bp/main.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/bp/main.html,v
retrieving revision 1.15
diff -u -p -r1.15 main.html
--- main.html	2000/09/01 07:35:29	1.15
+++ main.html	2000/09/04 08:00:40
@@ -513,8 +513,9 @@ pig to run the test suite.</p>
     <code>texindex</code> don't link for lack of a BP version of
     <code>libz.a</code>.  We don't need <code>texinfo</code>, so
     we can just ignore it.
-    <li> <code>intl/libintl.a</code> conflicts with the <code>glibc</code>
-    implementation, so we must configure without NLS.
+    <li> GCC's <code>gettext</code> implementation in
+    <code>gcc/intl/libintl.a</code> conflicts with
+    <code>glibc</code>'s, so we must configure to ignore GCC's.
     </ul>
 
 <p>First, you must supplement the command-line in the
@@ -528,7 +529,7 @@ pig to run the test suite.</p>
 <p>With that done, this procedure does the trick:</p>
 
 <pre>
-$ ubpenv ./configure --disable-nls --enable-languages=c
+$ ubpenv ./configure --without-included-gettext --enable-languages=c
 $ bpmake all-libiberty
 $ bpmake -C gcc
 $ bpmake -C gcc stage1 bootstrap2


More information about the Gcc-patches mailing list