Author: xry111
Date: Wed Aug 14 23:36:26 2019
New Revision: 11654

Log:
gcc: remove the errorenous header for 32-bit correctly

Modified:
   trunk/BOOK/chapter06/gcc.xml

Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml        Mon Aug  5 09:51:20 2019        (r11653)
+++ trunk/BOOK/chapter06/gcc.xml        Wed Aug 14 23:36:26 2019        (r11654)
@@ -155,7 +155,7 @@
     <para>Install the package and remove an unneeded directory:</para>
 
 <screen><userinput remap="install">make install
-rm -rf 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/</userinput></screen>
+rm -rf /usr/lib/gcc/$(gcc 
-dumpmachine)/9.1.0/include-fixed/bits/</userinput></screen>
 
     <para>Create a symlink required by the <ulink
     
url="https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s09.html";>FHS</ulink>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to