Ignore:
Timestamp:
12/05/2023 05:19:54 AM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2
Children:
db880b9
Parents:
529345e
Message:

loongarch: Reformat sed commands in GCC (all passes) to align with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    r529345e recce62c  
    6161    64-bit libraries to <quote>lib</quote>:</para>
    6262
    63 <screen><userinput remap="pre">sed 's/lib64/lib/' -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
     63<screen><userinput remap="pre">sed -e 's/lib64/lib/' \
     64    -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
    6465
    6566    <para>Override the building rule of libgcc and libstdc++ headers, to
Note: See TracChangeset for help on using the changeset viewer.