From a05450f636226f4e5d4ec45af6c05366b3be8373 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sat, 11 Mar 2017 05:48:22 +0000 Subject: Fix description of commands in gcc pass1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass1.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter05/gcc-pass1.xml') diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index e7b324e19..aa3632481 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -82,10 +82,9 @@ do done In case the above seems hard to follow, let's break it down a bit. - First we find all the files under the gcc/config directory that are named either - linux.h, linux64.h or - sysv4.h. For each file found, we copy it to a file of + First we copy the files gcc/config/linux.h, + gcc/config/i386/linux.h, and + gcc/config/i368/linux64.h. to a file of the same name but with an added suffix of .orig. Then the first sed expression prepends /tools to every instance of /lib/ld, /lib64/ld or -- cgit v1.2.3-54-g00ecf