Changeset 7926af1 in clfs-embedded for BOOK/cross-tools/mips
- Timestamp:
- Feb 9, 2011, 4:36:14 AM (14 years ago)
- Branches:
- master
- Children:
- d5c7418
- Parents:
- 541ad7b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.