Changeset 85d173b in clfs-embedded


Ignore:
Timestamp:
Feb 24, 2011, 3:49:10 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
0c673f1
Parents:
baa4780
Message:

Added MIPS choices to enable --disable-multlib

Only needed to add choice of floating point (soft or hard).

File:
1 edited

Legend:

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

    rbaa4780 r85d173b  
    3838<screen os="m2"><userinput>export CLFS_MIPS_LEVEL="<replaceable>[mips level]</replaceable>"</userinput></screen>
    3939
     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>
     45
    4046  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4147  href="../common/variables.xml"
     
    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.