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

Put one configure option per line

Location:
BOOK/cross-tools/64
Files:
3 edited

Legend:

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

    rc636dee r7cd7f99  
    4949    xpointer="xpointer(//*[@os='i'])"/>
    5050
    51 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    52     --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    53     --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
    54     --disable-static --enable-64-bit-bfd --disable-multilib
    55     --enable-gold=yes --enable-plugins --enable-threads --disable-werror</userinput></screen>
     51<screen os="bc"><userinput>AR=ar AS=as \
     52../binutils-&binutils-dir;/configure \
     53    --prefix=/cross-tools \
     54    --host=${CLFS_HOST} \
     55    --target=${CLFS_TARGET} \
     56    --with-sysroot=${CLFS} \
     57    --with-lib-path=/tools/lib \
     58    --disable-nls \
     59    --disable-static \
     60    --enable-64-bit-bfd \
     61    --disable-multilib \
     62    --enable-gold=yes \
     63    --enable-plugins \
     64    --enable-threads \
     65    --disable-werror</userinput></screen>
    5666
    5767    <variablelist os="bd">
  • BOOK/cross-tools/64/gcc-static.xml

    rc636dee r7cd7f99  
    4040    xpointer="xpointer(//*[@os='aa'])"/>
    4141
    42     <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen>
     42<screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/cross-tools/64/glibc.xml

    rc636dee r7cd7f99  
    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.