Changeset d103311 for BOOK/boot/multilib


Ignore:
Timestamp:
May 26, 2014, 3:08:52 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7874109
Parents:
48dab198
Message:

Added BUILD64 to new page in temp-system/64, and removed it from temp-system and boot package pages

Location:
BOOK/boot/multilib
Files:
4 edited

Legend:

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

    r48dab198 rd103311  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>CC="${CC} ${BUILD64}" \
    44   ../configure --prefix=/tools --enable-elf-shlibs \
     43<screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \
    4544    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4645    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/multilib/eudev.xml

    r48dab198 rd103311  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools --build=${CLFS_HOST} \
     28<screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} \
    2929    --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
    3030    --disable-introspection --disable-gtk-doc-html --disable-gudev \
  • BOOK/boot/multilib/grub-build.xml

    r48dab198 rd103311  
    3939    xpointer="xpointer(//*[@os='a'])"/>
    4040
    41 <screen os="ab"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     41<screen os="ab"><userinput>./configure --prefix=/tools \
    4242    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4343    --libdir=/tools/lib64 --disable-werror \
  • BOOK/boot/multilib/kmod.xml

    r48dab198 rd103311  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     37<screen os="b"><userinput>./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.