Changeset 26e2b14 in clfs-embedded for BOOK/materials/common
- Timestamp:
- Oct 15, 2013, 8:43:10 PM (11 years ago)
- Branches:
- master
- Children:
- 466a568
- Parents:
- 877c72d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/creatingbuilddir.xml
r877c72d r26e2b14 25 25 <screen><userinput>chmod 777 ${CLFS}</userinput></screen> 26 26 27 <para>Create a sysroot directory which will be used when building the cross28 compiler and link its <filename class="directory">usr</filename> directory29 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 34 27 <para>Downloaded packages and patches will need to be stored somewhere 35 28 that is conveniently available throughout the entire build. A working
Note:
See TracChangeset
for help on using the changeset viewer.