From 0fed4cc6291f07172ad760c349b1bf0d6a0c4902 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 15 Aug 2019 06:36:26 +0000 Subject: gcc: remove the errorenous header for 32-bit correctly git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11654 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/gcc.xml') diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index a80c0eb96..a0ab63438 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -155,7 +155,7 @@ su nobody -s /bin/bash -c "PATH=$PATH make -k check" Install the package and remove an unneeded directory: make install -rm -rf /usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/include-fixed/bits/ +rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/9.1.0/include-fixed/bits/ Create a symlink required by the FHS -- cgit v1.2.3-54-g00ecf