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/common/glibc.xml

    rc636dee r7cd7f99  
    3939    xpointer="xpointer(//*[@os='g'])"/>
    4040
    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 \
     41<screen os="df"><userinput>BUILD_CC="gcc" \
     42CC="${CLFS_TARGET}-gcc" \
     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 \
    4753    --enable-obsolete-rpc</userinput></screen>
    4854
Note: See TracChangeset for help on using the changeset viewer.