Changeset 680e44d in clfs-embedded


Ignore:
Timestamp:
Nov 12, 2006, 9:20:15 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
e57d05e
Parents:
9068678
Message:

Removed temporary information from x86 uclibc builds

Location:
BOOK/cross-tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/uclibc.xml

    r9068678 r680e44d  
    2323    <title>Installation of uClibc</title>
    2424
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26   href="../x86/uclibc.xml"
    27   xpointer="xpointer(//*[@os='a'])"/>
     25    <para os="a">Since we are cross-compiling, we need to make sure when we
     26    configuration for our architecture we get the correct information. The
     27    following sed makes sure we are using the proper settings for our
     28    architecture:</para>
    2829
    2930<screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig
  • BOOK/cross-tools/x86/uclibc-headers.xml

    r9068678 r680e44d  
    2222  <sect2 role="installation">
    2323    <title>Installation of uClibc Headers</title>
    24 
    25   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26   href="uclibc.xml"
    27   xpointer="xpointer(//*[@os='a'])"/>
    28 
    29   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30   href="uclibc.xml"
    31   xpointer="xpointer(//*[@os='b'])"/>
    3224
    3325  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/x86/uclibc.xml

    r9068678 r680e44d  
    2828  <sect2 role="installation">
    2929    <title>Installation of uClibc</title>
    30 
    31     <para os="a">Since we are cross-compiling, we need to make sure when we
    32     configuration for our architecture we get the correct information. The
    33     following sed makes sure we are using the proper settings for our
    34     architecture: (This is a place holder for the other architectures</para>
    35 
    36 <screen os="b"><userinput>cp extra/Configs/Config.in extra/Configs/Config.in.orig
    37 sed -e "s:default TARGET_i386:default TARGET_i386:" \
    38    extra/Configs/Config.in.orig > extra/Configs/Config.in</userinput></screen>
    3930
    4031    <para os="c">By default uClibc symlinks the headers to the source directory.
Note: See TracChangeset for help on using the changeset viewer.