Changeset b814067 for BOOK/cross-tools


Ignore:
Timestamp:
Feb 1, 2013, 4:41:40 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
218c45a
Parents:
00358bf
Message:

Restrict line length of cross-tools binutils lines during configure.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

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

    r00358bf rb814067  
    5252<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    5353  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    54   --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    55   --disable-static --disable-multilib</userinput></screen>
     54  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
     55  --enable-shared --disable-static --disable-multilib</userinput></screen>
    5656
    5757    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    r00358bf rb814067  
    5252<screen os="bc"><userinput>AR=ar AS=as ../binutils-&binutils-dir;/configure \
    5353  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    54   --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    55   --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
     54  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls \
     55  --enable-shared --disable-static --enable-64-bit-bfd --disable-multilib</userinput></screen>
    5656
    5757    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.