gcc-pass2: Fix the indent of the sed command in case

This commit is contained in:
Xi Ruoyao 2023-12-03 12:42:28 +08:00
parent aef269a32d
commit 642f779f64
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -62,8 +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>