Changeset 20766cc for BOOK


Ignore:
Timestamp:
Jan 10, 2011, 6:03:55 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
947369c
Parents:
27bebd15
Message:

Remove depreciated option --with-linker from e2fsprogs in the boot section.

Location:
BOOK/boot
Files:
4 edited

Legend:

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

    r27bebd15 r20766cc  
    3636
    3737<screen os="aa"><userinput>PKG_CONFIG=true ../configure --prefix=/tools \
    38     --enable-elf-shlibs --with-linker=${LD} \
    39     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     38    --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4039    --disable-libblkid --disable-libuuid --disable-fsck \
    4140    --disable-uuidd</userinput></screen>
  • BOOK/boot/multilib/e2fsprogs.xml

    r27bebd15 r20766cc  
    4343<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    4444    ../configure --prefix=/tools --enable-elf-shlibs \
    45     --with-linker=${LD} --host=${CLFS_TARGET} \
     45    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4646    --disable-libblkid --disable-libuuid --disable-fsck \
    4747    --disable-uuidd</userinput></screen>
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    r27bebd15 r20766cc  
    4848<screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
    4949    ../configure --prefix=/tools --enable-elf-shlibs \
    50     --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     50    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    5151    --disable-libblkid --disable-libuuid --disable-fsck \
    5252    --disable-uuidd --cache-file=config.cache</userinput></screen>
  • BOOK/boot/ppc64/e2fsprogs.xml

    r27bebd15 r20766cc  
    5656<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    5757    ../configure --prefix=/tools --enable-elf-shlibs \
    58     --with-linker=${LD} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     58    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    5959    --disable-libblkid --disable-libuuid --disable-fsck \
    6060    --disable-uuidd --cache-file=config.cache</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.