Changeset 3a63c0d for BOOK/cross-tools


Ignore:
Timestamp:
Jan 8, 2011, 9:48:16 AM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
670bf2c
Parents:
4e36a4c
git-author:
Joe Ciccone <jciccone@…> (01/08/11 09:48:10)
git-committer:
Joe Ciccone <jciccone@…> (01/08/11 09:48:16)
Message:

Update the command to set CLFS_HOST based on the hosts MACHTYPE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/variables.xml

    r4e36a4c r3a63c0d  
    2222  following command:</para>
    2323
    24 <screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | \
    25     sed "s/$(echo ${MACHTYPE} | cut -d- -f2)/cross/")"</userinput></screen>
     24<screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed -e 's/-[^-]*/-cross/')</userinput></screen>
    2625
    2726  <para os="c">Now you will need to set the triplet for the target
Note: See TracChangeset for help on using the changeset viewer.