source: clfs-embedded/BOOK/cross-tools/x86-chapter.xml @ 6b723ad

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

Removed x86 ABI, added CLFS_CPU variable

Removed the x86 ABI page from being rendered in the book as it isn't
needed. We weren't actually pick an ABI for x86, we were picking if
we wanted 32 or 64 bit versions of x86. This would be better handled
if we were to pick which CPU architecture GCC should be compiled for
and then have a GCC that only outputs code for said 32 or 64 bit CPU.

Added the CLFS_CPU variable so that CPU architectures can be picked
from the list at:
http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options.html
We'll eventually use this CLFS_CPU choice with GCC's --with-arch=
configure line to generate a GCC just for our CPU.

  • Property mode set to 100644
File size: 1.4 KB
RevLine 
[a9e389d]1<?xml version="1.0" encoding="ISO-8859-1"?>
[bd48e48]2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a9e389d]4  <!ENTITY % general-entities SYSTEM "../general.ent">
5  %general-entities;
6]>
7
8<chapter id="chapter-cross-tools" xreflabel="Constructing Cross-Compile Tools">
9  <?dbhtml dir="cross-tools"?>
10  <?dbhtml filename="chapter.html"?>
11
12  <title>Constructing Cross-Compile Tools</title>
13
14  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
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="x86/variables.xml"/>
[0dad5b9]17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
[e1b2402]18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>
19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpfr.xml"/>
[b6327d0]20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/mpc.xml"/>
[a9e389d]21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-static.xml"/>
[0dad5b9]23  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/uclibc.xml"/>
[a9e389d]24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gcc-final.xml"/>
25
26</chapter>
Note: See TracBrowser for help on using the repository browser.