Changeset fd75ead in clfs-embedded for BOOK/materials/common
- Timestamp:
- Oct 14, 2013, 3:57:24 PM (11 years ago)
- Branches:
- master
- Children:
- b8ac103
- Parents:
- 54fde8f
- git-author:
- Andrew Bradford <andrew@…> (10/10/13 19:41:08)
- git-committer:
- Andrew Bradford <andrew@…> (10/14/13 15:57:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/materials/common/creatingbuilddir.xml
r54fde8f rfd75ead 25 25 <screen><userinput>chmod 777 ${CLFS}</userinput></screen> 26 26 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 27 34 <para>Downloaded packages and patches will need to be stored somewhere 28 35 that is conveniently available throughout the entire build. A working
Note:
See TracChangeset
for help on using the changeset viewer.