Last change
on this file since 8235a08 was 60aed94, checked in by Jim Gifford <clfs@…>, 16 years ago |
Added x86_64 to x86
|
-
Property mode
set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[60aed94] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/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 os="a" >Setup for a Particular ABI:</para>
|
---|
| 14 |
|
---|
| 15 | <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
|
---|
| 16 |
|
---|
| 17 | <para os="c">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 | <?dbfo table-width="3in" ?>
|
---|
| 24 |
|
---|
| 25 | <tgroup cols="2">
|
---|
| 26 |
|
---|
| 27 | <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
|
---|
| 28 | <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/>
|
---|
| 29 |
|
---|
| 30 | <thead>
|
---|
| 31 | <row>
|
---|
| 32 | <entry>ABI</entry>
|
---|
| 33 | <entry>BUILD=Value</entry>
|
---|
| 34 | </row>
|
---|
| 35 | </thead>
|
---|
| 36 |
|
---|
| 37 | <tbody>
|
---|
| 38 | <row>
|
---|
| 39 | <entry>32-Bit for x86 and x86_64</entry>
|
---|
| 40 | <entry>-m32</entry>
|
---|
| 41 | </row>
|
---|
| 42 | <row>
|
---|
| 43 | <entry>64-Bit for x86_64 only</entry>
|
---|
| 44 | <entry>-m64</entry>
|
---|
| 45 | </row>
|
---|
| 46 | </tbody>
|
---|
| 47 |
|
---|
| 48 | </tgroup>
|
---|
| 49 |
|
---|
| 50 | </table>
|
---|
| 51 |
|
---|
| 52 | </sect1>
|
---|
| 53 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.