Ignore:
Timestamp:
May 26, 2014, 3:13:33 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
e02f05d
Parents:
1fa67a8
git-author:
Chris Staub <chris@…> (05/25/14 23:43:52)
git-committer:
Chris Staub <chris@…> (05/26/14 03:13:33)
Message:

Added nodump to CLFS_HOST/CLFS_TARGET creation to work better with jhalfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-preps/x86/variables.xml

    r1fa67a8 r30de94a  
    2222  following command:</para>
    2323
    24 <screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
     24<screen role="nodump" os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
    2525
    2626  <para os="c">Now you will need to set the triplet for the target
    2727  architecture. Set the target variable using the following command:</para>
    2828
    29 <screen os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
     29<screen role="nodump" os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
    3030
    3131  <para os="t1">Replace [target triplet] with the appropriate machine triplet
Note: See TracChangeset for help on using the changeset viewer.