Changeset dfd73bad for BOOK/final-preps/x86
- Timestamp:
- May 26, 2014, 3:13:41 AM (11 years ago)
- Branches:
- clfs-3.0.0-sysvinit, sysvinit
- Children:
- 8ffe6ef
- Parents:
- e02f05d
- git-author:
- Chris Staub <chris@…> (05/26/14 02:10:33)
- git-committer:
- Chris Staub <chris@…> (05/26/14 03:13:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-preps/x86/variables.xml
re02f05d rdfd73bad 22 22 following command:</para> 23 23 24 <screen role="nodump"os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>24 <screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen> 25 25 26 26 <para os="c">Now you will need to set the triplet for the target 27 27 architecture. Set the target variable using the following command:</para> 28 28 29 <screen role="nodump" os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>29 <screen os="d"><userinput>export CLFS_TARGET="<replaceable>[target triplet]</replaceable>"</userinput></screen> 30 30 31 31 <para os="t1">Replace [target triplet] with the appropriate machine triplet
Note:
See TracChangeset
for help on using the changeset viewer.