Ignore:
Timestamp:
Dec 14, 2015, 12:19:04 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 23:57:55)
git-committer:
Chris Staub <chris@…> (12/14/15 00:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    r00cf9ca rb27081c4  
    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.