diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-12-02 14:41:09 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-12-02 14:41:09 -0600 |
commit | a851a78ded9d5f530fe9a2374797a0018110f666 (patch) | |
tree | 2fc6b322168a540d875604a24592b257a69b752e | |
parent | 15f7b58b4cf33fb1688918c13571ac2d783bc7cd (diff) |
Formatting
-rw-r--r-- | chapter06/gcc-pass2.xml | 3 |
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> |