Changeset ecce62c for chapter05


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
  • chapter05/gcc-pass1.xml

    r529345e recce62c  
    6666    64-bit libraries to <quote>lib</quote>:</para>
    6767
    68 <screen><userinput remap="pre">sed 's/lib64/lib/' -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
     68<screen><userinput remap="pre">sed -e 's/lib64/lib/' \
     69    -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
    6970
    7071    <para>The GCC documentation recommends building GCC
Note: See TracChangeset for help on using the changeset viewer.