Changeset 26e2b14 in clfs-embedded


Ignore:
Timestamp:
Oct 15, 2013, 1:43:10 PM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
466a568
Parents:
877c72d
Message:

Move sysroot dir creation to cross-tools

To fix usage of ${CLFS_TARGET} before it was exported.

Location:
BOOK
Files:
1 added
4 edited

Legend:

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

    r877c72d r26e2b14  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/variables.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
  • BOOK/cross-tools/mips-chapter.xml

    r877c72d r26e2b14  
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/abi.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1920  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
  • BOOK/cross-tools/x86-chapter.xml

    r877c72d r26e2b14  
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/sysroot.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
  • BOOK/materials/common/creatingbuilddir.xml

    r877c72d r26e2b14  
    2525<screen><userinput>chmod 777 ${CLFS}</userinput></screen>
    2626
    27   <para>Create a sysroot directory which will be used when building the cross
    28     compiler and link its <filename class="directory">usr</filename> directory
    29     to itself such that everything installs to the sysroot:</para>
    30 
    31 <screen><userinput>mkdir -p ${CLFS}/cross-tools/${CLFS_TARGET}
    32 ln -sfv . ${CLFS}/cross-tools/${CLFS_TARGET}/usr</userinput></screen>
    33 
    3427  <para>Downloaded packages and patches will need to be stored somewhere
    3528  that is conveniently available throughout the entire build. A working
Note: See TracChangeset for help on using the changeset viewer.