source: clfs-embedded/BOOK/cross-tools/common/abi.xml@ ae2566a

Last change on this file since ae2566a was 8520e58, checked in by Jim Gifford <clfs@…>, 18 years ago

Text Updates for CLFS Embedded

  • Property mode set to 100644
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-abi">
9 <?dbhtml filename="abi.html"?>
10
11 <title>ABI Variables</title>
12
13 <para>Setup for a Particular ABI:</para>
14
15<screen><userinput><literal>export BUILD="<replaceable>[From Chart]</replaceable>"</literal></userinput></screen>
16
17 <para>The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
18 sure you select one for your build, this will ensure capatibilty of your build with your target
19 architecture.</para>
20
21 <table>
22 <title>List of Build Variables</title>
23 <tgroup cols="2" align="center">
24 <colspec colname="ABI to Select"/>
25 <colspec colname="Variable Value"/>
26 <thead>
27 <row>
28 <entry>ABI</entry>
29 <entry>BUILD=Value</entry>
30 </row>
31 </thead>
32 <tbody>
33 <row>
34 <entry>32-Bit MIPS</entry>
35 <entry>-mabi=32</entry>
36 </row>
37 <row>
38 <entry>32-Bit All Others</entry>
39 <entry>-m32</entry>
40 </row>
41 <row>
42 <entry>N32 MIPS</entry>
43 <entry>-mabi=n32</entry>
44 </row>
45 <row>
46 <entry>64-Bit MIPS</entry>
47 <entry>-mabi=64</entry>
48 </row>
49 <row>
50 <entry>64-Bit All Others</entry>
51 <entry>-m64</entry>
52 </row>
53 </tbody>
54 </tgroup>
55 </table>
56
57</sect1>
Note: See TracBrowser for help on using the repository browser.