Changeset 85d173b in clfs-embedded
- Timestamp:
- Feb 24, 2011, 3:49:10 AM (14 years ago)
- Branches:
- master
- Children:
- 0c673f1
- Parents:
- baa4780
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/variables.xml
rbaa4780 r85d173b 38 38 <screen os="m2"><userinput>export CLFS_MIPS_LEVEL="<replaceable>[mips level]</replaceable>"</userinput></screen> 39 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> 45 40 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 41 47 href="../common/variables.xml" … … 46 52 echo export CLFS_ARCH=\""${CLFS_ARCH}\"" >> ~/.bashrc 47 53 echo export CLFS_ENDIAN=\""${CLFS_ENDIAN}\"" >> ~/.bashrc 48 echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" >> ~/.bashrc</userinput></screen> 54 echo export CLFS_MIPS_LEVEL=\""${CLFS_MIPS_LEVEL}\"" >> ~/.bashrc 55 echo export CLFS_FLOAT=\""${CLFS_FLOAT}\"" >> ~/.bashrc</userinput></screen> 49 56 50 57 <table os="i">
Note:
See TracChangeset
for help on using the changeset viewer.