Changeset f23b5ee in clfs-embedded for BOOK/cross-tools/x86/uclibc.xml


Ignore:
Timestamp:
Nov 18, 2006, 11:16:54 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
9b0a535
Parents:
428c8a6
Message:

Removed uclibc-headers
Update Kernel Build
Added depmod.pl for Modular Kernel builds

File:
1 edited

Legend:

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

    r428c8a6 rf23b5ee  
    7272echo "UCLIBC_HAS_FULL_RPC=y" >> .config</userinput></screen>
    7373
    74     <para os="l">Compile the package:</para>
     74    <para os="l">We have made some changes to our config, let's make sure
     75    that we didn't miss and dependencies:</para>
    7576
    76 <screen os="m"><userinput>make TARGET_ARCH=i386</userinput></screen>
     77<screen os="m"><userinput>make TARGET_ARCH=i386 oldconfig</userinput></screen>
    7778
    78    <para os="n">The uClibc build system creates symlinks in its
     79    <para os="n">Compile the package:</para>
     80
     81<screen os="o"><userinput>make TARGET_ARCH=i386</userinput></screen>
     82
     83   <para os="p">The uClibc build system creates symlinks in its
    7984   <filename class="directory">include</filename> directory pointing to
    8085   ${CLFS}/usr/include. We will need to remove these symlinks from the source dir:</para>
    8186
    82 <screen os="o"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>
     87<screen os="q"><userinput>rm include/{asm,asm-generic,linux}</userinput></screen>
    8388
    84     <para os="p">Install the package:</para>
     89    <para os="r">Install the package:</para>
    8590
    86 <screen os="q"><userinput>make PREFIX=${CLFS} install</userinput></screen>
     91<screen os="s"><userinput>make PREFIX=${CLFS} install</userinput></screen>
    8792
    8893  </sect2>
Note: See TracChangeset for help on using the changeset viewer.