Changeset e2ce6d78 in clfs-embedded for BOOK/cross-tools


Ignore:
Timestamp:
Jun 13, 2014, 1:58:19 PM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
5846de5
Parents:
c5d3ce0
git-author:
Andrew Bradford <andrew@…> (10/24/13 12:15:26)
git-committer:
Andrew Bradford <andrew@…> (06/13/14 13:58:19)
Message:

Move setting toolchain vars to cross-tools

So that once you have built a toolchain, you can always go back to the
"Building the CLFS System" section, delete your targetfs dir, and start
over building for a target, again.

Location:
BOOK/cross-tools
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm-chapter.xml

    rc5d3ce0 re2ce6d78  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/gcc-final.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    2324
    2425</chapter>
  • BOOK/cross-tools/mips-chapter.xml

    rc5d3ce0 re2ce6d78  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libc.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/gcc-final.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    2425
    2526</chapter>
  • BOOK/cross-tools/x86-chapter.xml

    rc5d3ce0 re2ce6d78  
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/libc.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/gcc-final.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/toolchain.xml"/>
    2324
    2425</chapter>
Note: See TracChangeset for help on using the changeset viewer.