Changeset 3ca2208 in clfs-embedded for BOOK/cross-tools/mips
- Timestamp:
- Jul 15, 2007, 8:29:34 AM (17 years ago)
- Branches:
- master
- Children:
- 00b1e11
- Parents:
- 39a9ea5
- Location:
- BOOK/cross-tools/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/uclibc.xml
r39a9ea5 r3ca2208 29 29 30 30 <screen os="b"><userinput>cp extra/Configs/Config.mips extra/Configs/Config.mips.orig 31 sed -e "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \ 32 extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen> 31 sed -e \ 32 "s:default CONFIG_MIPS_ISA_1:default CONFIG_MIPS_ISA_${CLFS_MIPS_LEVEL}:" \ 33 extra/Configs/Config.mips.orig > extra/Configs/Config.mips</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/cross-tools/mips/variables.xml
r39a9ea5 r3ca2208 46 46 <table os="g"> 47 47 <title>Processor Type and Target Triplets</title> 48 <tgroup cols="2" align="center"> 49 <colspec colname="Processor"/> 50 <colspec colname="Triplet"/> 51 <colspec colname="MIPS Level"/> 48 <?dbfo table-width="5.5in" ?> 49 50 <tgroup cols="2"> 51 52 <colspec colnum="1" colwidth="2in" colname="Processor"/> 53 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/> 54 <colspec colnum="3" colwidth="1in" colname="MIPS Level"/> 55 52 56 <thead> 53 57 <row> … … 57 61 </row> 58 62 </thead> 63 59 64 <tbody> 60 65 <row> … … 79 84 </row> 80 85 </tbody> 86 81 87 </tgroup> 88 82 89 </table> 83 90
Note:
See TracChangeset
for help on using the changeset viewer.