Changeset f9de3a9 in clfs-embedded


Ignore:
Timestamp:
Feb 15, 2011, 4:51:52 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
a12d34d
Parents:
c2e79fa9
Message:

Updated ARM uClibc instructions for EABI configs

Added some verbiage about picking an EABI config for uClibc if using
an EABI choice for ${CLFS_ABI}. Using kind of long but easy to understand
if statement to copy the right config file.

Location:
BOOK/cross-tools
Files:
1 added
2 edited

Legend:

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

    rc2e79fa9 rf9de3a9  
    2222  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/binutils.xml"/>
    2323  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/gcc-static.xml"/>
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/uclibc.xml"/>
     24  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/uclibc.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/gcc-final.xml"/>
    2626
  • BOOK/cross-tools/common/uclibc.xml

    rc2e79fa9 rf9de3a9  
    55  %general-entities;
    66]>
     7
     8<!-- Common uClibc -->
    79
    810<sect1 id="ch-cross-tools-uclibc" role="wrap">
Note: See TracChangeset for help on using the changeset viewer.