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/multilib/binutils.xml

    rc636dee r7cd7f99  
    4848    xpointer="xpointer(//*[@os='i'])"/>
    4949
    50 <screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    51     --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    52     --with-sysroot=${CLFS} --with-lib-path=/tools/lib:/tools/lib64 \
    53     --disable-nls --disable-static --enable-64-bit-bfd --enable-gold=yes \
    54     --enable-plugins --enable-threads --disable-werror</userinput></screen>
     50<screen os="bc"><userinput>AR=ar AS=as \
     51../binutils-&binutils-dir;/configure \
     52    --prefix=/cross-tools \
     53    --host=${CLFS_HOST} \
     54    --target=${CLFS_TARGET} \
     55    --with-sysroot=${CLFS} \
     56    --with-lib-path=/tools/lib:/tools/lib64 \
     57    --disable-nls \
     58    --disable-static \
     59    --enable-64-bit-bfd \
     60    --enable-gold=yes \
     61    --enable-plugins \
     62    --enable-threads \
     63    --disable-werror</userinput></screen>
    5564
    5665    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.