Changeset ecce62c for chapter08


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

    r529345e recce62c  
    5858    64-bit libraries to <quote>lib</quote>:</para>
    5959
    60 <screen><userinput remap="pre">sed 's/lib64/lib/' -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
     60<screen><userinput remap="pre">sed -e 's/lib64/lib/' \
     61    -i.orig gcc/config/loongarch/{t-linux,linux.h}</userinput></screen>
    6162
    6263    <para>The GCC documentation recommends building GCC in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.