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