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/temp-system/64/binutils.xml

    rc636dee r7cd7f99  
    4545
    4646<screen os="j"><userinput>../binutils-&binutils-dir;/configure \
    47     --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    48     --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
    49     --enable-shared --enable-64-bit-bfd --disable-multilib \
    50     --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
     47    --prefix=/tools \
     48    --build=${CLFS_HOST} \
     49    --host=${CLFS_TARGET} \
     50    --target=${CLFS_TARGET} \
     51    --with-lib-path=/tools/lib \
     52    --disable-nls \
     53    --enable-shared \
     54    --enable-64-bit-bfd \
     55    --disable-multilib \
     56    --enable-gold=yes \
     57    --enable-plugins \
     58    --enable-threads</userinput></screen>
    5159
    5260    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.