Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/variables.xml

    r7926af1 rf988ef3  
    3232
    3333  <para os="m1">Now you will need to set the MIPS LEVEL. This determines how your
    34 uClibc is built. There are currently 5 MIPS ISA Levels. To keep things simple
    35 we are only using 2. For more information, go to
    36 <ulink url="http://www.linux-mips.org/wiki/Instruction_Set_Architecture"/></para>
     34  GCC and uClibc are built. There are currently 5 MIPS ISA Levels. To keep things
     35  simple we are only using two. For more information, see
     36  <ulink url="http://www.linux-mips.org/wiki/Instruction_Set_Architecture"/></para>
    3737
    38 <screen os="m2"><userinput>export CLFS_MIPS_LEVEL="{mips level}"</userinput></screen>
     38<screen os="m2"><userinput>export CLFS_MIPS_LEVEL="<replaceable>[mips level]</replaceable>"</userinput></screen>
     39
     40  <para os="m3">We also need to select the floating point capability of the CPU.
     41  If the CPU has built-in hardware for performing floating point calculations,
     42  choose "hard", otherwise choose "soft":</para>
     43
     44<screen os="m4"><userinput>export CLFS_FLOAT="<replaceable>[hard or soft]</replaceable>"</userinput></screen>
    3945
    4046  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4652echo export CLFS_ARCH=\""${CLFS_ARCH}\"" &gt;&gt; ~/.bashrc
    4753echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" &gt;&gt; ~/.bashrc
    48 echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     54echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" &gt;&gt; ~/.bashrc
     55echo export CLFS_FLOAT=\""${CLFS_FLOAT}\"" &gt;&gt; ~/.bashrc</userinput></screen>
    4956
    5057  <table os="i">
Note: See TracChangeset for help on using the changeset viewer.