Changeset 6d8c4eb


Ignore:
Timestamp:
Nov 14, 2006, 11:19:58 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
548b3b3
Parents:
e990786d
Message:

Update to E2Fsprogs build

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/e2fsprogs.xml

    re990786d r6d8c4eb  
    3636
    3737<screen os="aa"><userinput>../configure --prefix=/tools \
    38     --enable-elf-shlibs --disable-evms \
     38    --enable-elf-shlibs --disable-evms --with-cc=${CC} --with-linker=${LD} \
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    4040
  • BOOK/boot/multilib/e2fsprogs.xml

    re990786d r6d8c4eb  
    4343
    4444<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    45 --enable-elf-shlibs --disable-evms \
     45--enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \
    4646--host=${CLFS_TARGET}</userinput></screen>
    4747
     
    5454    xpointer="xpointer(//*[@os='f'])"/>
    5555
    56 <screen os="ac"><userinput>make CC="${CC} ${BUILD64}"</userinput></screen>
     56    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     57    href="../common/e2fsprogs.xml"
     58    xpointer="xpointer(//*[@os='g'])"/>
    5759
    5860    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/ppc64/e2fsprogs.xml

    re990786d r6d8c4eb  
    6060
    6161<screen os="aa"><userinput>CC="${CC} ${BUILD64}" ../configure --prefix=/tools \
    62 --enable-elf-shlibs --disable-evms \
     62--enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" --with-linker=${LD} \
    6363--build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache</userinput></screen>
    6464
  • BOOK/introduction/common/changelog.xml

    re990786d r6d8c4eb  
    3838
    3939    <listitem>
     40      <para>November 14, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - Change to E2FSProgs, does not pick up the CC or LD
     44          variables.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>November 12, 2006</para>
    4151      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.