From de3da10ffc0f7109a2e78bced199eef0e06f51be Mon Sep 17 00:00:00 2001 From: bdubbs Date: Sat, 29 Feb 2020 21:24:14 +0000 Subject: [PATCH] LFS-9.1 git-svn-id: svn://svn.linuxfromscratch.org/LFS/trunk/BOOK@11762 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index 98f91713c..9c2c51dab 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -193,7 +193,7 @@ cd build --with-native-system-header-dir=/tools/include - By default GCC searches /usr/include for + By default, GCC searches /usr/include for system headers. In conjunction with the sysroot switch, this would normally translate to $LFS/usr/include. However the headers that will be installed in the next two sections will go -- 2.11.4.GIT