| 
					
				 | 
			
			
				@@ -54,7 +54,7 @@ problem. The above command takes care of this issue.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para>Remove the Binutils source and build directories now.</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <para>Next, amend the GCC specs file so that it points to the new 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-dynamic linker. A perl command accomplishes this:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+dynamic linker. A <command>perl</command> command accomplishes this:</para> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <screen><userinput>perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/ @g;' \ 
			 |