Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64/glibc-n32.xml

    rc636dee r7cd7f99  
    4545
    4646<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
    47     AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    48     ../glibc-&glibc-version;/configure --prefix=/tools \
    49     --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    50     --disable-profile --enable-kernel=&glibc-kernel-version; \
    51     --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    52     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     47AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
     48../glibc-&glibc-version;/configure \
     49    --prefix=/tools \
     50    --host=${CLFS_TARGET} \
     51    --build=${CLFS_HOST} \
     52    --libdir=/tools/lib32 \
     53    --disable-profile \
     54    --enable-kernel=&glibc-kernel-version; \
     55    --with-binutils=/cross-tools/bin \
     56    --with-headers=/tools/include \
     57    --enable-obsolete-rpc \
     58    --cache-file=config.cache</userinput></screen>
    5359
    5460    <variablelist os="fa">
Note: See TracChangeset for help on using the changeset viewer.