- Timestamp:
- Feb 9, 2011, 12:36:14 PM (14 years ago)
- Branches:
- master
- Children:
- d5c7418
- Parents:
- 541ad7b
- Location:
- BOOK/cross-tools
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
r541ad7b r7926af1 13 13 <bridgehead renderas="sect4">Setting Host and Target</bridgehead> 14 14 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 16 href="../x86/variables.xml" 17 xpointer="xpointer(//*[@os='a'])"/> 15 <para os="a">During the building of the cross-compile tools you will need to 16 set a few variables that will be dependent on your particular needs. 17 You will need to set the target triplet for the target architecture and CPU 18 endianess. If you do not know what triplet or endianess you want, 19 you can use the table at the bottom of this page as a reference. Set 20 the command using the method listed below:</para> 18 21 19 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 href="../ x86/variables.xml"23 href="../common/variables.xml" 21 24 xpointer="xpointer(//*[@os='b'])"/> 22 25 23 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 href="../ x86/variables.xml"27 href="../common/variables.xml" 25 28 xpointer="xpointer(//*[@os='c'])"/> 26 29 … … 29 32 30 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../ x86/variables.xml"34 href="../common/variables.xml" 32 35 xpointer="xpointer(//*[@os='g'])"/> 33 36 34 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 35 href="../ x86/variables.xml"38 href="../common/variables.xml" 36 39 xpointer="xpointer(//*[@os='h'])"/> 37 40 -
BOOK/cross-tools/mips/variables.xml
r541ad7b r7926af1 13 13 <bridgehead renderas="sect4">Setting Host and Target</bridgehead> 14 14 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 16 href="../x86/variables.xml" 17 xpointer="xpointer(//*[@os='a'])"/> 15 <para os="a">During the building of the cross-compile tools you will need to 16 set a few variables that will be dependent on your particular needs. 17 You will need to set the target triplet for the target architecture, the MIPS 18 level, and CPU endianess. If you do not know what triplet or level you want, 19 you can use the table at the bottom of this page as a reference. Set 20 the command using the method listed below:</para> 18 21 19 22 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 href="../ x86/variables.xml"23 href="../common/variables.xml" 21 24 xpointer="xpointer(//*[@os='b'])"/> 22 25 23 26 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 24 href="../ x86/variables.xml"27 href="../common/variables.xml" 25 28 xpointer="xpointer(//*[@os='c'])"/> 26 29 … … 36 39 37 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../ x86/variables.xml"41 href="../common/variables.xml" 39 42 xpointer="xpointer(//*[@os='g'])"/> 40 43 -
BOOK/cross-tools/x86/variables.xml
r541ad7b r7926af1 36 36 echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc 37 37 echo export CLFS_ARCH=\""${CLFS_ARCH}\"" >> ~/.bashrc 38 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" >> ~/.bashrc</userinput></screen> 38 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" >> ~/.bashrc 39 echo export CLFS_ENDIAN=\""${CLFS_CPU}\"" >> ~/.bashrc</userinput></screen> 39 40 40 41 <table os="i">
Note:
See TracChangeset
for help on using the changeset viewer.