From 32c050cb5836a0cf1b1ea727cddab4909e4b4903 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 22 May 2024 16:22:14 +0800 Subject: [PATCH] gcc-pass2: Don't ambigiously use "previously" --- chapter06/gcc-pass2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml index 529f3ab65..6ca5a0fa2 100644 --- a/chapter06/gcc-pass2.xml +++ b/chapter06/gcc-pass2.xml @@ -124,8 +124,8 @@ cd build We are cross-compiling GCC, so it's impossible to build target libraries (libgcc and libstdc++) with the - previously compiled GCC binaries—those binaries won't run on the - host. The GCC build system will attempt to use the host's + GCC binaries compiled in this pass—those binaries won't run + on the host. The GCC build system will attempt to use the host's C and C++ compilers as a workaround by default. Building the GCC target libraries with a different version of GCC is not supported, so using the host's compilers may cause