Changeset 3a63c0d
- Timestamp:
- Jan 8, 2011, 9:48:16 AM (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/variables.xml
r4e36a4c r3a63c0d 22 22 following command:</para> 23 23 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> 26 25 27 26 <para os="c">Now you will need to set the triplet for the target
Note:
See TracChangeset
for help on using the changeset viewer.