Ignore:
File:
1 edited

Legend:

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

    r877cfcd rb27081c4  
    3939    xpointer="xpointer(//*[@os='g'])"/>
    4040
    41     <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    42       AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    43       ../glibc-&glibc-version;/configure --prefix=/tools \
    44       --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    45       --disable-profile --enable-kernel=&glibc-kernel-version; \
    46       --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    47       --enable-obsolete-rpc</userinput></screen>
     41<screen os="df"><userinput>BUILD_CC="gcc" \
     42CC="${CLFS_TARGET}-gcc ${BUILD64}" \
     43AR="${CLFS_TARGET}-ar" \
     44RANLIB="${CLFS_TARGET}-ranlib" \
     45../glibc-&glibc-version;/configure \
     46    --prefix=/tools \
     47    --host=${CLFS_TARGET} \
     48    --build=${CLFS_HOST} \
     49    --disable-profile \
     50    --enable-kernel=&glibc-kernel-version; \
     51    --with-binutils=/cross-tools/bin \
     52    --with-headers=/tools/include \
     53    --enable-obsolete-rpc</userinput></screen>
    4854
    4955    <variablelist os="dg">
Note: See TracChangeset for help on using the changeset viewer.