Changeset c72b980 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Sep 20, 2016, 12:39:58 PM (8 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
861ae7f
Parents:
1c7c5bf
Message:

Update gcc to version 6.2

This removes the need to patch gcc due to musl as gcc6 supports musl by
simply calling out a musl-based triplet for the target.

Location:
BOOK/cross-tools/mips
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/gcc-final.xml

    r1c7c5bf rc72b980  
    2424  <sect2 role="installation">
    2525    <title>Installation of GCC Cross Compiler</title>
    26 
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    28     href="../common/gcc-static.xml"
    29     xpointer="xpointer(//*[@os='aa'])"/>
    30 
    31     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    32     href="../common/gcc-static.xml"
    33     xpointer="xpointer(//*[@os='ab'])"/>
    3426
    3527    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/mips/gcc-static.xml

    r1c7c5bf rc72b980  
    2727  href="../common/gcc-static.xml"
    2828  xpointer="xpointer(//*[@os='a'])"/>
    29 
    30   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    31   href="../common/gcc-static.xml"
    32   xpointer="xpointer(//*[@os='aa'])"/>
    33 
    34   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    35   href="../common/gcc-static.xml"
    36   xpointer="xpointer(//*[@os='ab'])"/>
    3729
    3830  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.