From 2b63974186e247cc57af238e36213a986ed74d10 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Mon, 1 Jul 2024 15:00:08 +0800 Subject: [PATCH] cross-ng: Resolve a '.' vs '"' issue --- chapter08/gcc.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chapter08/gcc.xml b/chapter08/gcc.xml index f8b069db0..e262f34e3 100644 --- a/chapter08/gcc.xml +++ b/chapter08/gcc.xml @@ -42,9 +42,10 @@ Installation of GCC For x86_64 target, set the default directory name for - 64-bit libraries to lib. The command is unnecessary, - but harmless for 32-bit x86. If you are building for another target, - you may need to adjust the command for your target. + 64-bit libraries to lib. The + command is unnecessary, but harmless for 32-bit x86. If you are + building for another target, you may need to adjust the command for + your target: sed -e '/m64=/s/lib64/lib/' \ -i.orig gcc/config/i386/t-linux64