Changeset e269c28 in clfs-embedded for BOOK/cross-tools/x86
- Timestamp:
- Nov 21, 2010, 6:32:47 AM (14 years ago)
- Branches:
- master
- Children:
- 6a5e076
- Parents:
- 8235a08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/variables.xml
r8235a08 re269c28 21 21 the command using the method listed below:</para> 22 22 23 <screen os="b"><userinput>export CLFS_HOST= "${MACHTYPE}"23 <screen os="b"><userinput>export CLFS_HOST=$(echo ${MACHTYPE} | sed "s/-[^-]*/-cross/") 24 24 export CLFS_TARGET="{target triplet}"</userinput></screen> 25 25 … … 36 36 case you have to exit and restart building later:</para> 37 37 38 <screen os="h"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc 38 <screen os="h"><userinput>echo export CLFS_HOST=\""${CLFS_HOST}\"" >> ~/.bashrc 39 echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc 39 40 echo export CLFS_ARCH=\""${CLFS_ARCH}\"" >> ~/.bashrc 40 41 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" >> ~/.bashrc
Note:
See TracChangeset
for help on using the changeset viewer.