Changeset 6b723ad in clfs-embedded for BOOK/cross-tools/x86-chapter.xml


Ignore:
Timestamp:
Feb 9, 2011, 3:53:24 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
b7f5467
Parents:
ff29c76
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86-chapter.xml

    rff29c76 r6b723ad  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <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/abi.xml"/>
    1716  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/>
    1817  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/linux-headers.xml"/>
Note: See TracChangeset for help on using the changeset viewer.