aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-12-02 14:41:09 -0600
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-12-02 14:41:09 -0600
commita851a78ded9d5f530fe9a2374797a0018110f666 (patch)
tree2fc6b322168a540d875604a24592b257a69b752e
parent15f7b58b4cf33fb1688918c13571ac2d783bc7cd (diff)
Formatting
-rw-r--r--chapter06/gcc-pass2.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/gcc-pass2.xml b/chapter06/gcc-pass2.xml
index b342ae484..c9281052a 100644
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@ -62,7 +62,8 @@ mv -v mpc-&mpc-version; mpc</userinput></screen>
<screen><userinput remap="pre">case $(uname -m) in
x86_64)
- sed -e '/m64=/s/lib64/lib/' -i.orig gcc/config/i386/t-linux64
+sed -e '/m64=/s/lib64/lib/' \
+ -i.orig gcc/config/i386/t-linux64
;;
esac</userinput></screen>