Ignore:
Timestamp:
08/25/2021 07:41:21 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
2bad57f
Parents:
69d280f (diff), 763a00a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fix spacing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r69d280f r0fd35e0  
    7171    <para>Now prepare Binutils for compilation:</para>
    7272
    73 <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools      \
    74              --with-sysroot=$LFS        \
    75              --target=$LFS_TGT          \
    76              --disable-nls              \
     73    <screen arch="default"><userinput remap="configure">../configure --prefix=$LFS/tools \
     74             --with-sysroot=$LFS \
     75             --target=$LFS_TGT   \
     76             --disable-nls       \
    7777             --disable-werror</userinput></screen>
    7878<screen arch="ml_32,ml_x32,ml_all"><userinput remap="configure">../configure --prefix=$LFS/tools       \
    79              --with-sysroot=$LFS        \
    80              --target=$LFS_TGT          \
    81              --disable-nls              \
    82              --disable-werror           \
     79             --with-sysroot=$LFS \
     80             --target=$LFS_TGT   \
     81             --disable-nls       \
     82             --disable-werror    \
    8383             --enable-multilib</userinput></screen>
    8484
Note: See TracChangeset for help on using the changeset viewer.