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

    rc636dee r7cd7f99  
    4545    xpointer="xpointer(//*[@os='i'])"/>
    4646
    47 <screen os="j"><userinput>../binutils-&binutils-dir;/configure --prefix=/tools \
    48     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    49     --with-lib-path=/tools/lib --disable-nls --enable-shared \
    50     --disable-multilib --enable-gold=yes --enable-plugins --enable-threads</userinput></screen>
     47<screen os="j"><userinput>../binutils-&binutils-dir;/configure \
     48    --prefix=/tools \
     49    --build=${CLFS_HOST} \
     50    --host=${CLFS_TARGET} \
     51    --target=${CLFS_TARGET} \
     52    --with-lib-path=/tools/lib \
     53    --disable-nls \
     54    --enable-shared \
     55    --disable-multilib \
     56    --enable-gold=yes \
     57    --enable-plugins \
     58    --enable-threads</userinput></screen>
    5159
    5260    <variablelist os="k">
Note: See TracChangeset for help on using the changeset viewer.