Changeset d70e621


Ignore:
Timestamp:
05/06/2022 01:13:27 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
bd08757
Parents:
e1d233c
git-author:
Xi Ruoyao <xry111@…> (05/06/2022 01:10:44 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/06/2022 01:13:27 PM)
Message:

gcc-12: remove unneeded sed for PR100017 in pass 2

Reference: https://gcc.gnu.org/r12-6406

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc-pass2.xml

    re1d233c rd70e621  
    6363  ;;
    6464esac</userinput></screen>
    65 
    66     <!-- https://gcc.gnu.org/PR100017 -->
    67     <para>Fix an issue causing failure cross-compiling libstdc++:</para>
    68 
    69 <screen><userinput remap="pre">sed 's/gnu++17/&amp; -nostdinc++/' \
    70     -i libstdc++-v3/src/c++17/Makefile.in</userinput></screen>
    7165
    7266    <para>Override the building rule of libgcc and libstdc++ headers, to
Note: See TracChangeset for help on using the changeset viewer.