From 430a8de69f031ac0c6bea23cb65c93e7c5fec986 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 24 Mar 2021 15:02:32 +0000 Subject: Clarify some explanations about the minimal directory layout in chap 4 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/libstdc++.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter05/libstdc++.xml') diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 6dacb059e..68da1f7c2 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -75,8 +75,9 @@ cd build --host=... - Specifies the use the cross compiler we have just built - instead of the one in /usr/bin. + Specifies that the cross compiler we have just built + should be used instead of the one in + /usr/bin. -- cgit v1.2.3-54-g00ecf