Changeset 69a6e63c for chapter07


Ignore:
Timestamp:
03/03/2022 04:36:02 PM (2 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
arm
Children:
bd36dc5
Parents:
3ef45bc
git-author:
Xi Ruoyao <xry111@…> (02/26/2022 05:09:05 PM)
git-committer:
William Harrington <kb0iic@…> (03/03/2022 04:36:02 PM)
Message:

fix GCC PR100017 and enable libstdc++ for pass 2

This is the issue preventing us from cross-compiling libstdc++ in
Chapter 6. By fixing this issue we can remove a seperate pass 2 for
libstdc++ and simplify the instruction.

The upstream fix will be released in 11.3 and 12.0, so we can remove the
first sed upgrading gcc next time.

Location:
chapter07
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chapter07.xml

    r3ef45bc r69a6e63c  
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingdirs.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="createfiles.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libstdc++-pass2.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    2221  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
Note: See TracChangeset for help on using the changeset viewer.