|  | @@ -47,7 +47,7 @@ cd ../glibc-build</userinput></screen>
 | 
	
		
			
				|  |  |  <screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
 | 
	
		
			
				|  |  |      --disable-profile --enable-add-ons=nptl --with-tls \
 | 
	
		
			
				|  |  |      --with-__thread --enable-kernel=2.6.0 --with-binutils=/tools/bin \
 | 
	
		
			
				|  |  | -    --without-gd --without-cvs --with-headers=/tools/glibc-kernheaders</userinput></screen>
 | 
	
		
			
				|  |  | +    --without-gd --without-cvs</userinput></screen>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <para>The meaning of the configure options:</para>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -106,13 +106,6 @@ snapshot. But it's not actually needed these days. We use it because it
 | 
	
		
			
				|  |  |  suppresses an annoying but harmless warning about a missing
 | 
	
		
			
				|  |  |  <command>autoconf</command> program.</para></listitem>
 | 
	
		
			
				|  |  |  </varlistentry>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | -<varlistentry>
 | 
	
		
			
				|  |  | -<term><parameter>--with-headers=/tools/glibc-kernheaders</parameter></term>
 | 
	
		
			
				|  |  | -<listitem><para>This tells Glibc to compile against the <quote>raw</quote> 
 | 
	
		
			
				|  |  | -kernel headers, so that it knows exactly what features the kernel has, and can 
 | 
	
		
			
				|  |  | -optimize itself accordingly.  Not strictly necessary, but nice to have.</para></listitem>
 | 
	
		
			
				|  |  | -</varlistentry>
 | 
	
		
			
				|  |  |  </variablelist>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  <para>During this stage you might see the following warning:</para>
 |