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

Last change on this file since cc565e2 was d5c7418, checked in by Andrew Bradford <bradfa@…>, 13 years ago

Changed BUILD variable name to CLFS_ABI

It better represents what the variable stands for.
It picks the ABI to use when compiling GCC.

  • Property mode set to 100644
File size: 802 bytes
Line 
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 CLFS_ABI="<replaceable>[From Chart]</replaceable>"
16echo export CLFS_ABI=\""${CLFS_ABI}\"" &gt;&gt; ~/.bashrc</userinput></screen>
17
18  <para os="c">The following table gives the entires for the different ABI's
19  that CLFS Embedded supports. Make sure you select one for your build, this
20  will ensure capatibilty of your build with your target architecture.</para>
21
22
23</sect1>
24
Note: See TracBrowser for help on using the repository browser.