Ignore:
File:
1 edited

Legend:

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

    rb27081c4 r877cfcd  
    3939    xpointer="xpointer(//*[@os='g'])"/>
    4040
    41 <screen os="df"><userinput>BUILD_CC="gcc" \
    42 CC="${CLFS_TARGET}-gcc" \
    43 AR="${CLFS_TARGET}-ar" \
    44 RANLIB="${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 \
     41<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
     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 \
    5347    --enable-obsolete-rpc</userinput></screen>
    5448
Note: See TracChangeset for help on using the changeset viewer.