- Timestamp:
- Oct 24, 2013, 11:49:36 AM (11 years ago)
- Branches:
- master
- Children:
- ebc4a9b
- Parents:
- 49f9234
- git-author:
- Andrew Bradford <andrew@…> (10/24/13 09:51:09)
- git-committer:
- Andrew Bradford <andrew@…> (10/24/13 11:49:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/variables.xml
r49f9234 rf96a570 81 81 </table> 82 82 83 <para os="c">Now we will set the architecture of the CPU based 84 on the target triplet provided above:</para> 83 <para os="c">Now set the architecture of the CPU:</para> 85 84 86 <screen os="d"><userinput>export CLFS_ARCH= $(echo ${CLFS_TARGET} | sed -e 's/-.*//' -e 's/i.86/i386/')</userinput></screen>85 <screen os="d"><userinput>export CLFS_ARCH="x86"</userinput></screen> 87 86 88 87 <para os="g">Now we will add this to <filename>~/.bashrc</filename>, just in
Note:
See TracChangeset
for help on using the changeset viewer.