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

Location:
BOOK/temp-system/64
Files:
2 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"
  • BOOK/temp-system/64/gcc.xml

    rc636dee r7cd7f99  
    7171    xpointer="xpointer(//*[@os='h'])"/>
    7272
    73 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    74     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    75     --with-local-prefix=/tools --disable-multilib \
    76     --enable-languages=c,c++ --with-system-zlib \
     73<screen os="ck"><userinput>../gcc-&gcc-version;/configure \
     74    --prefix=/tools \
     75    --build=${CLFS_HOST} \
     76    --host=${CLFS_TARGET} \
     77    --target=${CLFS_TARGET} \
     78    --with-local-prefix=/tools \
     79    --disable-multilib \
     80    --enable-languages=c,c++ \
     81    --with-system-zlib \
    7782    --with-native-system-header-dir=/tools/include \
    78     --disable-libssp --enable-install-libiberty</userinput></screen>
     83    --disable-libssp \
     84    --enable-install-libiberty</userinput></screen>
    7985
    8086    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.