- Timestamp:
- Jul 11, 2006, 7:58:22 PM (18 years ago)
- Branches:
- master
- Children:
- 3d7a86a
- Parents:
- 47c828c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r47c828c r8ef222d 20 20 command:</para> 21 21 22 <screen os="b"><userinput>export LFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen>22 <screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen> 23 23 24 24 <para os="c">Now you will need to set the target triplet for the target … … 28 28 the command using the method listed below:</para> 29 29 30 <screen os="d"><userinput>export LFS_TARGET="arm-unknown-linux-gnu"</userinput></screen>30 <screen os="d"><userinput>export CLFS_TARGET="arm-unknown-linux-gnu"</userinput></screen> 31 31 32 32 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
Note:
See TracChangeset
for help on using the changeset viewer.