Changeset 100ca4e for chapter06


Ignore:
Timestamp:
05/10/2022 11:06:10 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
f7c33596
Parents:
dd7a29e (diff), 3d722b9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    rdd7a29e r100ca4e  
    6262<screen><userinput remap="pre">sed -e '/m64=/s/lib64/lib/' \
    6363    -i.orig gcc/config/i386/t-linux64</userinput></screen>
    64 
    65     <!-- https://gcc.gnu.org/PR100017 -->
    66     <para>Fix an issue causing failure cross-compiling libstdc++:</para>
    67 
    68 <screen><userinput remap="pre">sed 's/gnu++17/&amp; -nostdinc++/' \
    69     -i libstdc++-v3/src/c++17/Makefile.in</userinput></screen>
    7064
    7165    <para>Override the building rule of libgcc and libstdc++ headers, to
Note: See TracChangeset for help on using the changeset viewer.