Changeset 04b4d8a for BOOK/boot/ppc64


Ignore:
Timestamp:
Jun 4, 2011, 8:24:53 AM (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:
622df7bc
Parents:
7782c77
Message:

Cleanup the E2fsprogs build commands in the boot section.

Location:
BOOK/boot/ppc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/ppc64/e2fsprogs-libs.xml

    r7782c77 r04b4d8a  
    4646    xpointer="xpointer(//*[@os='c'])"/>
    4747
    48 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib" \
    49   CC="${CC} ${BUILD32}" PKG_CONFIG=true \
    50     ../configure --prefix=/tools --enable-elf-shlibs \
     48<screen os="aa"><userinput>CC="${CC} ${BUILD32}" PKG_CONFIG=true \
     49  ../configure --prefix=/tools --enable-elf-shlibs \
    5150    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    5251    --disable-libblkid --disable-libuuid --disable-fsck \
  • BOOK/boot/ppc64/e2fsprogs.xml

    r7782c77 r04b4d8a  
    5454    xpointer="xpointer(//*[@os='c'])"/>
    5555
    56 <screen os="aa"><userinput>LDFLAGS="-Wl,-rpath-link,/tools/lib64" \
    57   CC="${CC} ${BUILD64}" PKG_CONFIG=true \
    58     ../configure --prefix=/tools --enable-elf-shlibs \
     56<screen os="aa"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG=true \
     57  ../configure --prefix=/tools --enable-elf-shlibs \
    5958    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    6059    --disable-libblkid --disable-libuuid --disable-fsck \
Note: See TracChangeset for help on using the changeset viewer.