Ignore:
Timestamp:
12/03/2023 04:42:28 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
2de9e153, 7fb4eb8
Parents:
aef269a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    raef269a r642f779  
    6363<screen><userinput remap="pre">case $(uname -m) in
    6464  x86_64)
    65 sed -e '/m64=/s/lib64/lib/' \
    66     -i.orig gcc/config/i386/t-linux64
     65    sed -e '/m64=/s/lib64/lib/' \
     66        -i.orig gcc/config/i386/t-linux64
    6767  ;;
    6868esac</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.