Ignore:
File:
1 edited

Legend:

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

    rb27081c4 r877cfcd  
    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 \
    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>
     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>
    5953
    6054    <variablelist os="fa">
Note: See TracChangeset for help on using the changeset viewer.