Changeset d599ff5 in clfs-embedded
- Timestamp:
- Jan 24, 2009, 11:18:00 AM (16 years ago)
- Branches:
- master
- Children:
- 9bb5154
- Parents:
- 06beb7a
- Location:
- BOOK/cross-tools
- Files:
-
- 2 added
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm-chapter.xml
r06beb7a rd599ff5 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/abi.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/abi.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/variables.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/linux-headers.xml"/> -
BOOK/cross-tools/mips-chapter.xml
r06beb7a rd599ff5 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/abi.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/abi.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> -
BOOK/cross-tools/mips/abi.xml
r06beb7a rd599ff5 11 11 <title>ABI Variables</title> 12 12 13 <para >Setup for a Particular ABI:</para>13 <para os="a" >Setup for a Particular ABI:</para> 14 14 15 <screen ><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen> 16 16 17 <para >The following table gives the entires for the different ABI's that CLFS Embedded supports. Make17 <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make 18 18 sure you select one for your build, this will ensure capatibilty of your build with your target 19 19 architecture.</para> … … 41 41 </row> 42 42 <row> 43 <entry>32-Bit All Others</entry> 44 <entry>-m32</entry> 45 </row> 46 <row> 47 <entry>N32 MIPS</entry> 43 <entry>N32</entry> 48 44 <entry>-mabi=n32</entry> 49 45 </row> 50 46 <row> 51 <entry>64-Bit MIPS</entry>47 <entry>64-Bit</entry> 52 48 <entry>-mabi=64</entry> 53 </row>54 <row>55 <entry>64-Bit All Others</entry>56 <entry>-m64</entry>57 49 </row> 58 50 </tbody> … … 63 55 64 56 </sect1> 57 -
BOOK/cross-tools/wrt-chapter.xml
r06beb7a rd599ff5 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/abi.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/abi.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/variables.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/linux-headers.xml"/> -
BOOK/cross-tools/x86-chapter.xml
r06beb7a rd599ff5 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/> 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href=" common/abi.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/abi.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.