Changeset fd75ead in clfs-embedded


Ignore:
Timestamp:
Oct 14, 2013, 8:57:24 AM (10 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
b8ac103
Parents:
54fde8f
git-author:
Andrew Bradford <andrew@…> (10/10/13 12:41:08)
git-committer:
Andrew Bradford <andrew@…> (10/14/13 08:57:24)
Message:

createbuilddir: Make a sysroot dir

So we can keep cross compiler and created libs separate from the final
system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/materials/common/creatingbuilddir.xml

    r54fde8f rfd75ead  
    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/sysroot
     32  ln -sfv . ${CLFS}/cross-tools/sysroot/usr</userinput></screen>
     33
    2734  <para>Downloaded packages and patches will need to be stored somewhere
    2835  that is conveniently available throughout the entire build. A working
Note: See TracChangeset for help on using the changeset viewer.