Changeset 5b4806a in clfs-embedded for BOOK/cross-tools/mips
- Timestamp:
- Jan 24, 2009, 1:26:07 PM (16 years ago)
- Branches:
- master
- Children:
- 6533111
- Parents:
- 60aed94
- Location:
- BOOK/cross-tools/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/abi.xml
r60aed94 r5b4806a 12 12 13 13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 14 href="../ mips/abi.xml"14 href="../x86/abi.xml" 15 15 xpointer="xpointer(//*[@os='a'])"/> 16 16 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 18 href="../ mips/abi.xml"18 href="../x86/abi.xml" 19 19 xpointer="xpointer(//*[@os='b'])"/> 20 20 21 21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 22 href="../ mips/abi.xml"22 href="../x86/abi.xml" 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 -
BOOK/cross-tools/mips/variables.xml
r60aed94 r5b4806a 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 20 20 href="../x86/variables.xml" 21 xpointer="xpointer(//*[@os=' d'])"/>21 xpointer="xpointer(//*[@os='b'])"/> 22 22 23 <para os=" d1">Now you will need to set the MIPS LEVEL. This determines how your23 <para os="m1">Now you will need to set the MIPS LEVEL. This determines how your 24 24 uClibc is built. There are currently 5 MIPS ISA Levels. To keep things simple 25 25 we are only using 2. For more information, go to 26 26 <ulink url="http://www.linux-mips.org/wiki/Instruction_Set_Architecture"/></para> 27 27 28 <screen os=" d2"><userinput>export CLFS_MIPS_LEVEL="{mips level}"</userinput></screen>28 <screen os="m2"><userinput>export CLFS_MIPS_LEVEL="{mips level}"</userinput></screen> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 31 href="../x86/variables.xml" 32 xpointer="xpointer(//*[@os=' e'])"/>32 xpointer="xpointer(//*[@os='c'])"/> 33 33 34 <screen os=" f"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc34 <screen os="d"><userinput>echo export CLFS_TARGET=\""${CLFS_TARGET}\"" >> ~/.bashrc 35 35 echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" >> ~/.bashrc</userinput></screen> 36 36 37 <table os=" g">37 <table os="e"> 38 38 <title>Processor Type and Target Triplets</title> 39 39 <?dbfo table-width="5.5in" ?>
Note:
See TracChangeset
for help on using the changeset viewer.